Question

The app which I submitted does not have any background location mode. I am not having "Required background modes" field in my plist. I even checked the device capabilities, Background modes is off.

From Apple as follows,

we found that your app uses a background mode but does not include the following battery use disclaimer in your Application Description:

"Continued use of GPS running in the background can dramatically decrease battery life."

Can any one please help me how to find out whether my app is using background location mode or not ?

Was it helpful?

Solution

This link will tell you about Background fetch.

If you really need the app to constantly monitor the location of the user's device then you should put the disclaimer in your app's description.

OTHER TIPS

Remove CoreLocation Library from your libraries/frameworks folder and resubmit.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top