Closed minimedj closed 10 years ago
Hi, This could be many things, the first to check is that you are correctly packaging the extension with your release version.
Secondly check that you have all the correct procedures in your application, ie. that you call setup and wait for success, then call get products and wait for success, before your application allows any purchases to be made. Also make sure that you handle all the errors and respond appropriately, disabling purchases or trying again.
Hi there,
My app uses InAppBilling component (latest version). I use only consumable IAP. I did all tests according to the Apple's guide: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/TestingInAppPurchases.html
Everything works just fine in sandbox.
But I got already 2 AppStore rejections with reason:
Could you please suggest me the way to solve my problem?