How Can I Disable All uibackground Modes
My app got rejected by apple because "We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location."
When I go to the iOS Keys section of the app settings, I can't deselect location from the UIBackgroundModes section. I can select audio, or some other option, but I need to have everything deselected in this section. How can I do that?