Hello everyone,
I am facing an issue with in-app subscriptions while submitting my app for review.
I have created subscriptions properly in App Store Connect. Coding-wise, everything is implemented correctly on both the application side and backend side. I have ensured that banking and tax information is complete, and all necessary agreements are active. I followed the correct procedure to create and submit subscriptions for review.
Problem: App Review Team Can't See Product IDs When I submitted my first Product ID for review with the new app binary, the app got rejected because the App Review team is unable to see the product IDs in the purchase flow.
They are trying to make a purchase using Sandbox, but the SKProducts array is coming back empty from the App Store. Since the product IDs are not activated, the app cannot fetch them, leading to a failed purchase attempt. This is causing a loop where the App Review team can't approve the IAP because they can't see the products.
Additional Information: The app is not fetching SKProducts even in the development environment. I have verified the Product IDs in App Store Connect, and they exist in the correct App Bundle ID. There are no pending agreements or missing tax/banking details. The in-app purchases have been submitted along with the app for review.
Request for Help: Is there any additional step required to activate the subscriptions for App Review? Why might the SKProducts array be empty even in development? Has anyone faced a similar issue, and how did you resolve it? Any guidance would be greatly appreciated.
Thanks in advance!