实现没有问题, 但是审核不会给过的
Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.
实现没有问题, 但是审核不会给过的
Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.
审核可能过不了,苹果会要求提供为什么需要后台播报声音
@这是个技术难题 我也是出现这个信息。然后怎么整?iOS8是没用问题的,iOS才出现
iOS,APP退到后台,获取推送成功的内容并且语音播报内容。各位老铁们,很抱歉,之前的文章内容我已经彻底删除了,毕竟现在iOS 11都有了,现在做推送,想语音报内容,又不想程序被杀死,这是不可能滴哈哈!不过我确实有做让程序一直挂在后台...
前台推送就播报,最小化推送就不会播报。我记的前几天是好着的 ,这个问题是突然出现的
这是打印信息
AVSpeechSynthesizer Audio interruption notification: {
AVAudioSessionInterruptionTypeKey = 1;
AVAudioSessionInterruptionWasSuspendedKey = 1;
}