ShujatAli
ShujatAli

Reputation: 1376

ios storekit not recieving consumable or non consumable products

i am trying to integrate inapp purchases in my ios app.

i had successfully configured items at itunes.connect

enter image description here

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. enter image description here

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

Answers (2)

Sanlusfa
Sanlusfa

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".

  1. 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) enter image description here

  2. 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. enter image description here

Hope this may help.

Upvotes: 2

Sanlusfa
Sanlusfa

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" enter image description here

  1. Then show Manage Your Contact Information: Pressed "Add new contact" enter image description here

  2. Fill out detailed contact in the following view, then "Save". enter image description here

  3. Finally, select your added contact in in the "Role Contact", then "Done". enter image description here

[Tax Info] 1. In Contracts, Tax, Banking: Pressed Tax Info "Set up"

  1. Select U.S. Tax Form, or more the other two. enter image description here

  2. To See if you're U.S. citizen, etc. Y/N enter image description here

  3. To check if you have U.S. business. Y/N enter image description here

  4. Certificate of Foreign Status of Beneficial Owner enter image description here

  5. Confirm Again, then Done. enter image description here

Upvotes: 1

Related Questions