Reputation: 361
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:
Issue:
Questions:
Upvotes: 1
Views: 66
Reputation: 361
The key issue is that my in-app purchase products won’t become active until I’ve completed the Paid Apps Agreement (along with any required banking and tax information). Once that agreement is fully in place, my products should move out of the “Developer Action Needed” state.
Here are a few steps I followed:
By focusing on these steps, especially completing the Paid Apps Agreement, I was able to resolve the issue.
Upvotes: 0
Reputation: 499
I had this happen and I needed to add an image for the review notes on appStoreConnect, even though this is 'optional'.
Upvotes: 1