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

In App Billing IOS #313

Closed quick6black closed 9 years ago

quick6black commented 9 years ago

I am not sure if this is an issue or what the problem is, I am trying to test in app-billing with an IOS app I am working on. The same code works perfect in Android, as I am able to test in their environment and also upload a beta app to test.

In IOS I use the same code, I created an In App product using the same product ID, I signed all the agreements, uploaded a screen shot with the in app product. Uploaded my binary to test in Test Flight and when I test nothing happens. I created a message screen within the app and it looks like I am making it to line 221 of your test app. makePurchase( TEST_PRODUCT_ID );

Am I missing something? I have tried everything with out any success. Does your extension work with TestFlight?

thanks,

Aaron

quick6black commented 9 years ago

Not sure what the issue is, was never able to get working on IOS. I purchased another 3rd party in-app billing extension that works with storekit and was able to get my app performing in app purchases in less than an hour. I used the same code that worked with Android, labeled my in app purchase identifier the same in both Apple Connect and Google Play. Not sure what the issue is, but does not work