-
The example uses p256 but Apple requires p192.
-
iOS 11 adds a new mechanism for allowing users to purchase IAPs right in the App Store. There's a few small steps we need to take to support that.
- [ ] Adopt the new `SKPaymentTransactionQueueDele…
-
## Steps to Reproduce
1. Setup a sandbox environment for in app purchase on iOS with a subscription
2. Log in to the sandbox account on a iOS device
3. Purchase the subscription
4. InAppPurcha…
-
### Steps to reproduce
Just request ProductDetail from InAppPurchase.instance.queryProductDetails(_kProductIds)
### Expected results
Euro symbol is displayed
### Actual results
Euro symbol is mis…
-
![image](https://user-images.githubusercontent.com/1689815/71544252-0a60fa80-297d-11ea-8e6b-edf5ecb50aa5.png)
-
[ERROR] Undefined symbols for architecture x86_64:
[ERROR] "_OBJC_CLASS_$_SFSafariViewController", referenced from:
[ERROR] objc-class-ref in GoogleMobileAds(flat-x86_64)
[ERROR] "_OBJC_CLAS…
-
**Description**
Trying to downgrade a subscription is not working, but upgrading works fine.
**Expected Behavior**
Be able to upgrade and downgrade subscriptions.
**Screenshots**
![imag…
-
When using this extension I found edge cases when this extension does not work properly. These are mainly “interrupted purchases”, see the following excerpt from Apple documentation:
> It is import…
-
> Issues are used to track bugs and feature requests.
Swift Compiler Error when project depend SQLite.swift and sqlite3_flutter_libs
Compiler Error as follows:
Could not build the precompiled a…
-
func fetchSubscriptionStatus() async {
for sku in Sku.allCases {
let purchased = (try? await storeHelper.isPurchased(productId: sku.rawValue)) ?? false
if purcha…