Hi
I'm little new to iOS so meybe I do some common mistake but:
I use OpenIAB to do inApp purchases (for various reasons I want to stay with this to be compatible with android).
On itunes.connect I'v registered Non-Consumable in-app purchase, assigned this purchase to my application, so that the state of app is 'submit for review' and now I want to test my IAP.
But there is a problem ...
iOS & OpenIAB purchases
I'm little new to iOS so meybe I do some common mistake but:
I use OpenIAB to do inApp purchases (for various reasons I want to stay with this to be compatible with android).
On itunes.connect I'v registered Non-Consumable in-app purchase, assigned this purchase to my application, so that the state of app is 'submit for review' and now I want to test my IAP.
But there is a problem ...
Code (CSharp):
- Options options = new Options();
- options.checkInventory = false;...