Search code examples
iosapp-store-connectitunes-store

Where on iTunes Connect I can add additional App info?


I distributed an iOS app on AppStore, but the app was rejected because we are requesting permission for user location in background.

I already answered the reviewer many times explaining why we need to use background location for our users, and I also added a disclaimer in the application description as stated on other questions here on stack overflow informing the user that the usage of GPS in background can increase battery depletion speed. But the app is still being rejected for the same reason that is Apple performance guideline 2.5.4.

2.5.4 Multitasking apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc. If your app uses location background mode, include a reminder that doing so may dramatically decrease battery life.

I noticed that apps that request user location in background have an additional Information field called Location.

App with Location field

But my app does not contain that field

App without Location field

So I presume, that instead of adding that disclaimer on the app description on iTunes Connect form, I should place it somewhere else, but looking at my iTunes Connect account on App Information session there is no text field where I can input that information. And consulting Apple Docs I also wasn't able to find where I should input that.

So my question is where I can set that information that is shown on iTunes, via iTunes Connect?


Solution

  • So my question is where I can set that information that is shown on iTunes, via iTunes Connect?

    Nowhere. Apple adds that, not you.

    I already answered the reviewer many times explaining why we need to use background location for our users

    Well, that is what you need to attend to. You are evidently trying to use background location in some skanky way, and you are busted. So use background location legitimately or not at all.