lykhonis / flutter_billing

Flutter plugin to enable billing on iOS and Android.
Apache License 2.0
94 stars 22 forks source link

Can i make a subscription using this package? #7

Open emidiao opened 6 years ago

emidiao commented 6 years ago

Hi, thank you for this package. In my app I have a need for subscription, can use this package?

lucaslcode commented 6 years ago

I'm not the maintainer but only one-off, non-consumable IAP is currently supported

On Wed., 20 Jun. 2018, 12:50 pm Emiliano S, notifications@github.com wrote:

Hi, thank you for this package. In my app I have a need for subscription, can use this package?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/VolodymyrLykhonis/flutter_billing/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/Aej0P6i2MERO5cnlqsM7YAnfvIeWl9L6ks5t-jcUgaJpZM4UvH2- .

pulyaevskiy commented 6 years ago

Interested in this use case as well.

@VolodymyrLykhonis wondering if you see any road blocks to implementing it in your plugin? I might get to this in a few weeks so might as well base it off of this work.

lykhonis commented 6 years ago

@pulyaevskiy I do not think there are any roadblocks. Subscription API would be addition, that should not interfere with products. We definitely can chat about that.

Thanks for interest in the library and your contribution!

creativecreatorormaybenot commented 6 years ago

@VolodymyrLykhonis https://github.com/VolodymyrLykhonis/flutter_billing/pull/11 only implements Android subscriptions. Are there plans for iOS as well? Do you plan on adding consumable in app purchases?

lykhonis commented 6 years ago

@creativecreatorormaybenot I personally do not have plans on adding iOS subscription soon. Consumable in app purchases I believe have been merged recently. Checkout v0.2.5

zerox1212 commented 5 years ago

Just want to say I'm interested in this, but I need cross platform subscriptions. +1 for iOS subscription support. Thanks.