Sebastian Roth
Sebastian Roth
@JackAppDev started this here: https://github.com/ened/flutter_iap/tree/protobuf - happy to hear your comments, thoughts.
Can you please share detailed logs as this stack trace seems incomplete.
@JackAppDev - Non-Consumable: New levels, unlock features - Consumable: Potions, health upgrade - Subscriptions: Repeated payments Currently, this line here: https://github.com/JackAppDev/flutter_iap/blob/bed076f28599893d1ab6d6f501123c6303f678ea/android/src/main/java/com/jackappdev/flutteriap/FlutterIapPlugin.java#L134 **will turn all non-consumable products** into consumables. Suggest we...
Not sure what means "for op", but: Currently Android buys and consumes, effectively eliminating the `Non-Consumable` IAP type. I will probably get to this (after the iOS stuff) today.
Perhaps just return a empty product list?
@JackAppDev currently trying to get all error codes merged from iOS & Android into this master enum: ``` proto // Defines the response status for a IAP operation. enum IAPResponseStatus...
Swift runtime size is a temporary issue which will be resolved once iOS ships with a swift standard library by default. Cocoapods issues are 3rd party and as such should...
Did you consume the purchase? If so, it will be gone from your inventory.
Past purchase history may not be available to App developers, I have yet to see the APIs for that. If there are any, we will integrate it into flutter_iap. For...
@buttermilktoast the explicit consume is not available in this library, yet. The currently published version consumes all purchases immediately. @JackAppDev I will send the PR (which includes a few more...