Pregunta

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 ?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top