Cancel or change iTunes Connect app update information

When creating a new version for my application, I configured it on iTunes Connect and populated the binary data. During this process, I added that I did not use the add ads in my application, however I use the advertising SDKs to track my conversion and other analytics.

In any case, when checking my application, I get an error

Misuse of ad id. Your application contains an Advertising ID [IDFA], but you did not specify its use on the Prepare for Download page in iTunes Connect.

How do I go back and change my download preparation information? Or a way to undo this update and restart?

+8
ios itunesconnect itunes itunes-store
source share
3 answers

You need to download a blank application, as in this tutorial, and name it as your application. http://www.youtube.com/watch?v=VBMXdfFqSYM

Then click on the binary settings in iTunes Connect and click "reject binary". After that, you can re-enter the IDFA section on the "prepare for download" page.

This is a workaround. Apple should solve this problem in the future.

+9
source share

According to this post , the only way to get back to the beginning is to load an empty Xcode project (without an IDFA link) using the same package identifier, and after it has been downloaded, reject the binary.

Then you can restart the process, mark IDFA as being used and load the correct project.

However, please note that if you do not use IDFA to actually display ads, your application may be rejected by Apple.

+2
source share

I accidentally answered the IDFA question with "NO" (I use ADMOB), so I read about loading an empty binary ...

To get around this: My solution was to download the binary with the (wrong) IOS Developer code signing identifier. The application automatically rejects within a few minutes. Then I answered IDFA questions: YES, Submit ads in the app and check the box next to "Ad restriction." And uploaded the binary signed code to the iOS Distribution store

0
source share

All Articles