distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Unrecognized problems with InAppBilling #93

Closed minimedj closed 10 years ago

minimedj commented 10 years ago

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:

No actions occur when we attempt to buy your In App Purchase products.

Could you please suggest me the way to solve my problem?

marchbold commented 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.

http://docs.airnativeextensions.com/inappbilling/docs/com/distriqt/extension/inappbilling/InAppBilling.html