flutter_iap
flutter_iap copied to clipboard
Flutter iap plugin
In my project I have a need for subscription can use this package?
My app is getting a lot IllegalStateException on first launch for some reason, any idea why? ``` java.lang.IllegalStateException: at io.flutter.view.FlutterNativeView$1.reply (FlutterNativeView.java:174) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success (MethodChannel.java:194) at com.jackappdev.flutteriap.FlutterIapPlugin$2.onPurchasesUpdated (FlutterIapPlugin.java:112) at com.jackappdev.flutteriap.BillingManager.onPurchasesUpdated (BillingManager.java:126)...
I see this in the logs when calling the 'restorePurchases' method, seems I never get a response myself. `flutter: Error found type 'int' is not a subtype of type 'Map'`...
Hi there, I did see the other issue about this and it was resolved, but mine has been about a day already and it's still returning empty products. This is...
@FaisalAbid @ened @buraktamturk ?
My code works : IAPResponse response = await FlutterIap.fetchProducts(productIds); Except in the case where there is a problem during the request (for example when trying the code on an emulator...
Tested this out because I read that it supports Consumable products. It seems to say that the second time you buy a product that I already own it, so I...
Just read the #34 issue. Swift is actually an issue for this plugin: - it results in compilation issue with other plugins and manual changes to Podfile. - it bloats...
Hello, Just added the plugin and got this error `The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting...