adaptyteam / AdaptySDK-Flutter

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

introductoryOfferEligibility and promotionalOfferEligibility not working in Android #29

Closed otopba closed 1 year ago

otopba commented 2 years ago

In android products introductoryOfferEligibility and promotionalOfferEligibility are always false. Even if it is a new user. Although, if you click on the payment, the native screen will show that the discount applies. Does it look like some kind of bug or are the checks not working for android?

vladd-g commented 2 years ago

@otopba, promotionalOfferEligibility only exists on iOS, so it's always false on Android.

Is the issue about introductoryOfferEligibility still relevant with the newest version of the SDK?

otopba commented 2 years ago

@vladd-g I haven't updated to the latest version yet. When I update, I'll post the result here