Reputation: 1376
i am trying to integrate inapp purchases in my ios app.
i had successfully configured items at itunes.connect
i had followed this tutorial of raywenderlich
i am successfully getting free subscription inapp item in my device and can purchase it easily. but i need consumable product to integrate in my app. because a user can buy coins whenever he has no coins.
i dont see any product except free subscription items. stuck badly. please help
i am getting only this product on my device.
and i am getting this NSLog
Not purchased: com.shujat.inapp.consumable2
Not purchased: com.shujat.inapp.freesubs
Not purchased: com.shujat.inapp.nonconsumable1
Not purchased: com.shujat.inapp.consumable1
Loaded list of products...
Found product: com.shujat.inapp.freesubs free subs item 0.00
Upvotes: 0
Views: 446
Reputation: 49
Good Day~
I also study this issue for several days. And in my situation, I found the problem is in Apple web "iTunes Connect">"Contracts, Tax, and Banking".
Check the Master Agreement to find whether still has item (iOS Paid) in "Contract in Process". If YES, then fill-out the 3 "Set Up" - Contact Info, Bank Info, Tax Info - which are very detailed information. (It may need a long time to fill-out)
After finished the 3 items, we may still wait apple to approve (I waited 1 day). Once the item (iOS Paid) becomes in "Contracts In Effect", then the app can see consumable or non consumable products.
Hope this may help.
Upvotes: 2
Reputation: 49
Good Day~
I captured some figures of my situation for your reference. Hope these can have some help to you.
[Contact Info] 1. In Contracts, Tax, Banking: Pressed Contact Info "Set up"
Then show Manage Your Contact Information: Pressed "Add new contact"
Fill out detailed contact in the following view, then "Save".
Finally, select your added contact in in the "Role Contact", then "Done".
[Tax Info] 1. In Contracts, Tax, Banking: Pressed Tax Info "Set up"
Select U.S. Tax Form, or more the other two.
To See if you're U.S. citizen, etc. Y/N
To check if you have U.S. business. Y/N
Certificate of Foreign Status of Beneficial Owner
Confirm Again, then Done.
Upvotes: 1