Marian
Marian
`oldSkuAndroid` is deprecated! You need to set the `purchaseTokenAndroid` from the subscription. Please check my PR #365 if the error still exists. For more information how to handler the proration...
@soarescaique can you test with this example on real devices? ```dart void test()async{ await FlutterInappPurchase.instance.initialize(); _testItems(); _testPurchases(); _testHistory(); } void _testItems()async{ final subscriptions = FlutterInappPurchase.instance.getSubscriptions(["1_month", "12_month"]); final products = FlutterInappPurchase.instance.getProducts(["plus_lifetime"]);...
Thank you! I will fix other issues with the android plugin in the next days and add more features. Hopefully the author of this plugin check #365
I can add support for macos if the author refactor objective c to swift :)
@hyochan any plan to refactor to swift?
You need to validate this on server side. E.g. googleapis package with androidpublisher api v3
Feel free to make a PR, I am not the author of this repo
When can we expect the feature?
Same Issue. Using: Flutter Channel master, 1.23.0-19.0.pre.95 compileSdkVersion 29, distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip and 'com.android.tools.build:gradle:4.1.0'
Please fix this bug