Multitasking Apps may only use background services for their intended purposes

2.16 Details

Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the application was running in the background.

Next Steps

The audio key is intended for use by applications that provide audible content to the user while in the background, such as music player or streaming audio applications. Please revise your app to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.


问题原因:  UIBackgroundModes  plist里面设置了audio running in the background,但是在应用中却没有使用。

解决步骤:target  -->  Capabilities  -->  Background Modes  -->  取消 audio and airplay . OK.搞定。


郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。