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 problem with InAppBilling #84

Closed minimedj closed 10 years ago

minimedj commented 10 years ago

Hi guys,

Q1: When I try to make a purchase on development build with real AppStore account I get purchase_failed event. Is it expected behavior?

Q2: Is it possible to make a real purchase with development build or with distribution build locally installed on device (not via AppStore, because it is not yet approved, but previous build is approved and I can try to buy approved IAP).

marchbold commented 10 years ago

Yes,

These are the expected results. You need to follow the testing guides from the relevant stores. Under iOS you need to setup dedicated test accounts:

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/TestingInAppPurchases.html

Additionally products can take a fair amount of time to become available once you've entered them. We've had reports of up to several days through the iOS app store.

Cheers

minimedj commented 10 years ago

Thank you very much for your reply.