UIBackgroundmode Key Issues

I keep getting rejected due to the following:

Guideline 2.5.4 - Performance - Software Requirements

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 apps that provide audible content to the user while in the background, such as music player or streaming audio apps. 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.

How do I fix this?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.