in_app_purchase_ios 0.1.2+2 in_app_purchase_ios: ^0.1.2+2 copied to clipboard
An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the iOS StoreKit Framework.
0.1.2+2 #
- Fix crash when retrieveReceiptWithError gives an error.
0.1.2+1 #
- Fix wrong data type when cancelling user credentials dialog.
0.1.2 #
- Added countryCode to the SKPriceLocaleWrapper.
0.1.1+1 #
- iOS: Fix treating missing App Store receipt as an exception.
0.1.1 #
- Added support to register a
SKPaymentQueueDelegateWrapper
and handle changes to active subscriptions accordingly (see also Store Kit's SKPaymentQueueDelegate).
0.1.0+2 #
- Changed the iOS payment queue handler in such a way that it only adds a listener to the
SKPaymentQueue
when there is a listener to the DartpurchaseStream
.
0.1.0+1 #
- Added a "Restore purchases" button to conform to Apple's StoreKit guidelines on restoring products;
0.1.0 #
- Initial open-source release.