Bre*_*toe 1 push-notification apple-push-notifications ios ios5
我试图让我的自定义通知声音工作,我尝试过一个caf文件,一个aiff文件和m4r文件,但似乎都没有播放.
我的通知正常,但自定义声音没有播放,而是播放默认设置.我的有效载荷是:
{"aps":{"alert":"alert testing - hello!","sound":"testsound.aif"}}
Run Code Online (Sandbox Code Playgroud)
从我在其他线程中读到的内容来看,如果默认播放,则找不到音频文件,但是它在xcode项目中,我已经从我的设备中删除了应用程序并再次运行它.
我有可能失踪吗?