Help! UIBackgroundModes issue
Posted: Sat Jul 18, 2015 1:13 am
Hi,
I recently submit my app to iTunes Store for review. Couple days later, my binary be rejected, and I got this message:
I recently submit my app to iTunes Store for review. Couple days later, my binary be rejected, and I got this message:
My app doesn't need to play audio in background. So, what should I do to fix this?來自 Apple
2.16 - Multitasking Apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc.
2.16 Details
Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.
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.