Specify Google Play Store subscription offer with Flutter in_app_purchase package
O

1

8

I am implementing a discount system for subscriptions in my Flutter application, but I do not know how present different Google Play Store subscription offers with the Flutter in_app_purchases package depending on whether or not a user has a coupon code.

How can I present a specific Google Play subscription offer to a user (different than just the base subscription plan) using Flutter's in_app_purchase package?

My understanding from the in_app_purchase package docs is that I can pass the product ID of my subscription, but how can I pass in specific subscription offer?

Thanks!

Olav answered 3/8, 2022 at 0:8 Comment(0)
C
5

I have also been looking for the same thing, but apparently it is not yet supported by the flutter plugin. Google Play Offers are quite recent, maybe we will need to wait for a while before it is available.

I opened already an issue regarding this (https://github.com/flutter/flutter/issues/110909).

I will update this answer as soon as I have something new.

Capreolate answered 3/9, 2022 at 12:41 Comment(1)
also commented there. Not too many ppl asked for this but I think it's a mustLemieux

© 2022 - 2024 — McMap. All rights reserved.