jamesmontemagno / InAppBillingPlugin

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

Google Play InAppBilling Error: "This version of the application is not configured for billing through Google Play" #650

Closed sakshi-pagematics closed 21 hours ago

sakshi-pagematics commented 1 week ago

I'm working on a .NET MAUI application where users can purchase subscriptions through Google Play and the App Store. I'm using the InAppBilling plugin for handling in-app purchases. It works smoothly on most devices, but on some Android devices, I'm getting the following error when trying to initiate a purchase:

This version of the application is not configured for billing through Google Play. Check the help center for more information.

Capture

Any suggestions on why this error occurs on specific devices or advice for resolving it across all devices would be greatly appreciated.

GolfJimB commented 1 week ago

This worked for me - https://github.com/jamesmontemagno/InAppBillingPlugin/issues/622#issuecomment-2289617754

GolfJimB commented 6 days ago

Also, if it's only specific devices it might be the versioning of your app that's the issue, make sure you're using the same version that you've published