-
I'm attempting to upgrade the `in_app_purchase` from 0.5.x to 1.0.x but it seems that the purchase restoration user flow that we are currently using on iOS is no longer achievable with the newer versi…
-
### What happened?
Notification is not created if I try right after calling `login`.
### Steps to reproduce?
I am using Supabase auth but this should be reproducible without it. Here is my co…
muezz updated
9 months ago
-
Dear Sir/Madam,
1) could you please guide me how to make price short India format like 100 , 1 K , 10 K, 1 Lac , 10 Lac , 1 Cr , 10 Cr, etc.. its showing full price in mobile app but web site looks…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the…
-
I'm testing IAP on Android using a Play Store test account.
I launch the purchase flow as usual. If I do anything to trigger an error in the purchase flow, the `PurchaseDetails` instance that is se…
-
### Description
The reason for this is that new version can not read the keychain entry due to `kSecUseDataProtectionKeychain`.
This is `genericPasswordQueryWithKey:` from 10.29.0:
```objc
- (…
-
Do you have any plans supporting of in app purchases on WIndows Store?
https://pub.dev/packages/in_app_purchase
https://support.microsoft.com/en-us/account-billing/make-an-in-app-purchase-in-micro…
-
## Steps to Reproduce
When I execute "InAppPurchase.instance.restorePurchases()", there is no result, no success and no failure
Doesn't work only on **IOS 16**, It's worked on IOS 15
…
-
It would be handy to have the type of the Product in the `Product` type. I know I could deduce it because I load them with `Purchases.getProducts(ids, type: PurchaseType.subs)` or `Purchases.getProduc…
-
Firstly thanks for the library.
As we try to implement share extension in our app, we saw that it firstly opens native share extension for a second then open the app. In this manner we don't have a…