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.
Any suggestions on why this error occurs on specific devices or advice for resolving it across all devices would be greatly appreciated.
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
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:
Any suggestions on why this error occurs on specific devices or advice for resolving it across all devices would be greatly appreciated.