Hi,
I just switch my ios application from non-consumable to subscription.
I created the subscription inapp, made every change within the app, i’m using Unity IAP system.
On the purchase screen, i display the price in local currency, it’s working on sandbox and testflight, the price is correctly displayed with the correct currency.
But when apple review my update, they reject it, telling me that my purchase screen is not displaying enough information about subscription. Indeed, on their screenshot, the price field is empty…
Look like the inapp doesn’t load during their test…
After reject i have the following message next to my inapp product “developer action needed”.
I tried to check what’s wrong but as everything is working properly on testflight i wonder what can be the problem. I did include the new inapp within the update, it normally says “Waiting for review” in front of the inapp.
To me it seems that the new inapp is not active while the apple review team test the app, so nothing load.
I tried to delete the new subscription, create a new one with a different id, but i got the exact same issue.
Does someone experience this kind of issue and how to solved it?
Thanks!