I have a few apps that are in the App Store for 2 years, but now they have been rejected because of the Guideline 4.3 - Design - Spam.
All these apps have In app puchases and hundreds of users paid for them. I'm aware that these purchases cannot be transfered to our new "container" app, and my question is: what would be the best approach for the users to have their purchases in this new app? It seems to me that we're only allowed to issue 100 promo codes for each in app purchase, what wouldn't be enough for us.
Have anyone else experienced the same problem?
Thank you!
I believe your question is - how can I transfer IAPs purchased under one or more apps to a new 'container app' that I am creating to satisfy Apple's 4.3 issue.
Revise the current app so it:
1) flashes an introductory screen telling the user that the app functionality has been transferred to a new container app that they can download for free from the App Store. Include a link to that new app. Apologize for this inconvenience caused by Apple's new policy. Tell the user that this will allow them to access multiple 'thingies' (e.g. Barber shops, movie theaters, museums) all under the new app.
2) load the user's purchased IAPs into their key-value file in their iCloud account or use the shared space in the keychain or a shared NSUserDefaults file
3) Tell App Review in the review notes that this revision is being pushed into the App Store to switch users to the new container app.
Create a new container app that looks at the shared space to credit the user with their IAPs.