I`ve got this:
onBillingError BillingResponse: Error type: DEVELOPER_ERROR Response code: 5 Message: Expired Product details. Please fetch product details again and use it to retry the call.
A few days ago it worked, but I tried at some point the non-consumable product in testing(test-card), with delay payment, got the success in the app, and now when I try to check subs, or the product, i got that error.
Some link: https://github.com/android/play-billing-samples/issues/616
Not sure what is related or not, but I added in my gradle config the latest billing version
api 'com.android.billingclient:billing:6.1.0'
api 'com.github.moisoni97:google-inapp-billing:1.1.3'
And now it works, at some point I think this lib needs to be updated.
I`ve got this:
onBillingError BillingResponse: Error type: DEVELOPER_ERROR Response code: 5 Message: Expired Product details. Please fetch product details again and use it to retry the call.
A few days ago it worked, but I tried at some point the non-consumable product in testing(test-card), with delay payment, got the success in the app, and now when I try to check subs, or the product, i got that error.
Some link: https://github.com/android/play-billing-samples/issues/616
Not sure what is related or not, but I added in my gradle config the latest billing version
And now it works, at some point I think this lib needs to be updated.