adaptyteam / AdaptySDK-Flutter

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

Free trials do not show up on 2.6.2 in Android #94

Closed Arcturus5404 closed 10 months ago

Arcturus5404 commented 10 months ago

In version 2.4.4 free trials were found and could be shown.

in version 2.6.2 these are no longer were they are supposed to be?

product.subscriptionDetails?.introductoryOffer

This yields an empty list.

kantanta commented 10 months ago

I have a similar situation.

LuoChengAndroid commented 10 months ago

I have a similar situation.

vladd-g commented 10 months ago

Hi @Arcturus5404

Could you please check whether you've added an offer to the paywall? Since a product can be purchased with various of its offers or with no offer at all, it's important to specify an offer on the specific paywall

Arcturus5404 commented 9 months ago

it has been added to the paywall, but still nothing shows up

vladd-g commented 9 months ago

@Arcturus5404 Is the Google account you're testing on eligible for the trial? From version 2.4.4 to 2.6.2, we migrated the Billing Library from v4 to v6, and starting from version 5, it doesn't return offers that a user is not eligible for.

Arcturus5404 commented 9 months ago

Thats it! Switching to another test account fixed this for me!

Thank you so much