I have an Android app that uses Google Play Billing for subscriptions. It runs entirely on the watch with no companion app. It does work for some people including on my two test watches, the Pixel 2 and the Galaxy watch 4 classic.
I have multiple reports from people with the Galaxy Watch 6 that when they click the button to launch the google play billing screen, nothing happens. This would be when the launchBillingFlow call is made in the Google Billing SDK.
https://developer.android.com/reference/com/android/billingclient/api/BillingClient#launchBillingFlow(android.app.Activity,com.android.billingclient.api.BillingFlowParams)
I don’t have that watch so I don’t have logs or a stack trace.
Does anyone know of any incompatibilities between the Google Play Billing SDK and the Watch 6?
Hello,
Welcome to this forum.
Did you try to get this information from any other platform like the Wear OS Google community or the Wear OS Reddit community?
Thank you.
No, my app and the subscription process are working fine for pixel watches and phones, and many other kinds of devices. But since all reports of a non-functioning subscribe button come from people with samsung Galaxy hardware, I thought this problem might be occurring for other developers, and decided to ask this question here.
But thank you for the links and I’ll post my question there too.