adaptyteam / AdaptySDK-Flutter

SDK for growing mobile in-app purchases
https://docs.adapty.io/docs/quickstart
MIT License
95 stars 17 forks source link

Google Play Console Resubscribe #15

Closed AlexanderFarkas closed 3 years ago

AlexanderFarkas commented 3 years ago

After uploading APK with Adapty SDK, Google play console states in 'subscriptions' section: "Resubscribe is not currently available for your users because your app does not use Billing Library 2.0 in all active APKs."

vladd-g commented 3 years ago

Hi, Adapty uses Billing Library 3.0.3. Everything was ok with 'resubscribe' before?

AlexanderFarkas commented 3 years ago

Hi, @vladd-g I've uploaded multiple APKs before the integration of Adapty. They didn't contain any purchases. I've not used/seen 'resubscribe' option before.

vladd-g commented 3 years ago

@AlexandrFarkas Where did you upload the apk? (I mean closed alpha/beta/etc.) Maybe Google haven't finished the review yet, and that's the reason?

AlexanderFarkas commented 3 years ago

@vladd-g Both closed testing and internal testing

It's even available in production (but without adapty sdk, if it matters).

vladd-g commented 3 years ago

@AlexandrFarkas Maybe that's because your production app is considered as "active" (reference to "because your app does not use Billing Library 2.0 in all active APKs") and doesn't use Billing Library 2.0+. Anyway, Adapty uses the latest version of Billing Library

AlexanderFarkas commented 3 years ago

@vladd-g Thanks a lot, I will try to fix this myself. Seems, there is no problem with library itself.