-
I was reading the source code for iOS and came across a situation in the code of "InAppPurchase".
This function is called in the app startup:
```
- (void) processTransactionUpdate:(SKPaymentTransac…
-
RevenueCat's RCPurchasesErrorCode is directly displayed to hundreds of thousands of users daily. It's a shame that the errors aren't localized.
Furthermore, some errors (e.g. storeProblemError) hav…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
**Is your feature request related to a problem? Please describe.**
We would like to track when a purchase is made and which product was purchased. Today, the onDismiss handler is called with close re…
-
As Apple released the new beta SDK with support of IAP from the App Store page itself. It would be really helpful to have that functionality with this library.
https://developer.apple.com/document…
-
Hello,
To get this to work on the device in release I had to add the following linker helper boilerplate (I threw it into the Main.cs ) :
``` c#
void LinkerPleaseInclude(CoreText.CTFontMan…
-
Hello,
Im using Simple IAP and OpenIAB system.
Not problem Android system but i tried Xcode for IOS I have an error.
I added StoreKit framework.
Please see attach file.
![xcode2](https://cloud.g…
-
I try to implement in-app purchases in my app and I've received this kind of error on iPhone 12 (iOS14). This problem doesn't occur in iPhone 11. Do you have any ideas to solve this problem?
`Platf…
-
Now that #97848 is fixed, we should sweep all of our plugins for any nullable generics that were nullable only because of that issue (that's probably *any* nullable generic, but there may be some rare…
-
Thank you for your very helpful review, commentary and example code for these StoreKit changes. They have been very helpful in understanding and using the new views and APIs.
One thing that is sti…