Reputation: 53
Please help me, I have implement In-App Purchase in my iOS App. And create an In-App purchase on iTunes Connect. This In-App is "Ready to Submit" state. But whenever i am trying with Xcode in iPad SKProductRequest Response always return 0.
I have stuck for 2 days but still not found any solution. Please provide me suggestions friends.
One more thing is confusing that in my iTunes Account Contract and Tax information is not fixed. So i think this issue is coming for that?
Because in my Itunes Account Below message is continuously is showing
You do not currently have a iOS Paid Apps contract in effect. If this In-App Purchase was submitted with your app, then your app will not be available on the App Store until your contract goes into effect. Legal, Admin, and Finance users can go to the Agreements, Tax, and Banking module in iTunes Connect to view your contract status. Your first In-App Purchase must be submitted with a new app version. Select it from the app’s In-App Purchases section and click Submit.>
Please suggest where is stuck and why?
Thanks
Upvotes: 1
Views: 134
Reputation: 71047
For in-app purchases to work even in sandbox mode, you need to ensure a few things
Only then you will receive IAP information in your app.
Upvotes: 1