I have been struggling to arrange In-App Purchases (IAPs) accurately for my Flutter app utilizing the in_app_purchase bundle. After debugging for a few days, I lastly realized that we hadn’t signed the Paid Apps Settlement. I’ve now accomplished that step, however my merchandise are nonetheless within the “Developer Motion Wanted” state in App Retailer Join.
What I’ve Tried:
- Enabled Sandbox Testing: Logged into Settings > App Retailer > Sandbox Account on my check system.
- Checked Product Configuration: The merchandise exist in App Retailer Join and have legitimate particulars.
- Testing through Xcode: When operating the app on an actual system through Xcode, the merchandise don’t seem.
- Resubmitting the App: I’ve submitted the app 8-9 instances, however it retains getting rejected.
- Cross-checked Implementation: Utilizing the Flutter in_app_purchase bundle, making certain I’m following the right setup steps.
Challenge:
- My merchandise are caught within the “Developer Motion Wanted” state.
- IAPs will not be being fetched when testing through Xcode on an actual system.
Questions:
- How can I resolve the “Developer Motion Wanted” standing for my IAPs?
- What extra steps ought to I take to debug why merchandise will not be exhibiting up in my app?
Is there one thing particular Apple appears to be like for when reviewing IAPs that could be inflicting repeated rejections?
Would respect any insights or steering on this.
Thanks upfront!