jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
651 stars 152 forks source link

Promo Code support #465

Closed scarrier92 closed 2 years ago

scarrier92 commented 2 years ago

Apple has some promo code capacity for the subscripritions.

Is it supported by this plugin?

I'm on the laatest Nuget package 5.0.1-beta release and I don't see it.

Thank you

jamesmontemagno commented 2 years ago

https://github.com/jamesmontemagno/InAppBillingPlugin/blob/master/src/Plugin.InAppBilling/Shared/IInAppBilling.shared.cs#L135

Present code Redemption is it to open the screen

scarrier92 commented 2 years ago

Any plans on packaging the newer version as a nuget package?

jamesmontemagno commented 2 years ago

It is already on nuget in the preview releases.

5.3.2-beta is the latest

anila-mathew commented 10 months ago

@jamesmontemagno Are there any examples for implementing promo code in ios for in app purchase in the latest plugin??