I've been struggling to set up In-App Purchases (IAPs) correctly for my Flutter app using the in_app_purchase package. After some debugging, I realized that we hadn't signed the Paid Apps Agreement. I’ve now completed that step, but my products are still in the "Developer Action Needed" state in App Store Connect.
What I’ve tried:
- Enabled Sandbox Testing: Logged into Settings > App Store > Sandbox Account on my test device.
- Checked Product Configuration: The products exist in App Store Connect and have valid details.
- Testing via Xcode: When running the app on a real device via Xcode, the products do not appear.
- Resubmitting the App: I’ve submitted the app 8-9 times, but it keeps getting rejected.
- Cross-checked Implementation: Using the Flutter in_app_purchase package, ensuring I’m following the correct setup steps.
Issue:
- My products are stuck in the "Developer Action Needed" state.
- IAPs are not being fetched when testing via Xcode on a real device.
Questions:
- How can I resolve the "Developer Action Needed" status for my IAPs?
- What additional steps should I take to debug why products are not showing up in my app?
- Is there something specific Apple looks for when reviewing IAPs that might be causing repeated rejections?
I've been struggling to set up In-App Purchases (IAPs) correctly for my Flutter app using the in_app_purchase package. After some debugging, I realized that we hadn't signed the Paid Apps Agreement. I’ve now completed that step, but my products are still in the "Developer Action Needed" state in App Store Connect.
What I’ve tried:
- Enabled Sandbox Testing: Logged into Settings > App Store > Sandbox Account on my test device.
- Checked Product Configuration: The products exist in App Store Connect and have valid details.
- Testing via Xcode: When running the app on a real device via Xcode, the products do not appear.
- Resubmitting the App: I’ve submitted the app 8-9 times, but it keeps getting rejected.
- Cross-checked Implementation: Using the Flutter in_app_purchase package, ensuring I’m following the correct setup steps.
Issue:
- My products are stuck in the "Developer Action Needed" state.
- IAPs are not being fetched when testing via Xcode on a real device.
Questions:
- How can I resolve the "Developer Action Needed" status for my IAPs?
- What additional steps should I take to debug why products are not showing up in my app?
- Is there something specific Apple looks for when reviewing IAPs that might be causing repeated rejections?
- Please try to follow the steps mentioned here If no issue found try with this shortcut – T.Ratzz Commented Feb 5 at 15:14
1 Answer
Reset to default 0I had this happen and I needed to add an image for the review notes on appStoreConnect, even though this is 'optional'.