Remove the "audio" setting from the UIBackgroundModes key

4.3k Views Asked by At

I submitted my app on Appstore but it got reject because the background audio was enabled, I resubmitted the App this time I removed the 'Required background modes' key form the .plist file as well as disabled the 'Background Modes' from under Capabilities, but again the app was rejected and on query App Store Review gave me this response:

After further review background audio is still enabled. Please remove the "audio" setting from the UIBackgroundModes key.

Once this issue has been addressed we can proceed with review.

Screen shot of .plist file:enter image description here Screen shot of Background Mode under Capabilities: enter image description here

Some help would be appreciated to get my app approved. Thanks

1

There are 1 best solutions below

0
On

All you need to do is remove the items under "Required Background Modes". You will find this setting in your [appname]-info.plist file which is located in your resources folder.

image