I am trying the taifun extension for creating subscription in my app.
I have used this extension in my last app also.
whenever i am using this extension apk is not able to generate. giving metadata error.
If I am removing everything of the extension even from the palette then the apk is generated without error.
Now in this Fenix version of Kodular, Kodular has upgraded the billing library to more than version 3 which is now the future requirement of play store from Nov 21. Is this is the reason this extension is not supported now.
Request if someone can guide me to use kodular “in app billing” for the purpose of subscription. I am not able to find anywhere about this as everywhere data is available for Taifun billing extension which is not working.
@Taifun
I just want to share my experience probably it will be helpful for you
…
Billing extension is working fine when utilized in fresh project
…
Problem is arising when I am using 2 extension together
one is billing
other is SearchList “yo.Jewel.SearchList”
…
Program is going to metadata error when these are utilized together
…
Hope it will help for others
@Taifun
I am using the billing extension
…
my GotPurchasedSubciption is attached
…
I want to use function “when_subcribed” when the product is initially subscribed that is after payment is completed
how to use this?
…
Thank You
just call it in the else part of your if then else statement in the GotPurchasedSubscriptions event
to not display the “Thank you for subscribing” notifier each time the app is started, you also have to store a flag in TinyDB and set that flag as soon as the notifier has been shown the first time…
however in case the user switches the device and reinstalls your app there, the notifier again will be shown…