jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
651 stars 152 forks source link

GetProductInfo not returning iOS products #217

Closed Drew-FitEpic closed 3 years ago

Drew-FitEpic commented 5 years ago

I cannot get a list of products or purchase items when debugging locally with the Debug build.

If I upload the app to TestFlight, I can at least get products back (have not tested purchase yet).

Is there an issue with this plugin when using the Debug build? I went back and I listened the Merge Conflict podcast, and it sounded like James had this same problem. However, he didn't provide a clear resolution.

Things I have verified

What else am I missing? I am using subscriptions, and my stomach is turning over thinking about having a dev cycle that involves having to upload to Testflight in order to test things out.

vjsystematix commented 5 years ago

I have also facing the same issue did i need to do some special configuration

EmilAlipiev commented 5 years ago

did you sign your debug build? I dont know about iOS but on android you need to sign your build with the same key as you upload on the store and your app must be already in the store(beta, alpha at least)

Meekohi commented 4 years ago

Anyone figure out how to resolve this? This also effects our Testflight builds.

Lelelo1 commented 3 years ago

Does it work in production?

assassin316 commented 3 years ago

I'm having the same problem when debugging in android, I never get my products. My app is in Internal Testing and I get nothing back. I even opened a SO question about it:

https://stackoverflow.com/questions/65332635/unable-to-fetch-inapp-products-for-xamarin-android-using-plugin-inappbilling-pac/65348286#65348286

jamesmontemagno commented 3 years ago

Unable to reproduce, is good here