-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[in_app_purchase] PigeonError after enabling StoreKit2 #159843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report @bahadirarslan |
I will try to provide but it won't be easy. Because I just added The only thing that can cause this problem is I used StoreKit configuration file to purchase on simulator. Is there any guide to follow for integration with recent changes? |
cc @LouiseHsu |
Thanks for filing an issue! Ill take a look - but yes, if you have reproducible code or can share your storekit configuration, that would be helpful! |
I also got this same issue. Whenever I am enabling Storekit 2 I also am getting the pigeon error. I also see this repeated in the logs: Device verification failed for transaction. As soon as I remove these problems disappear and the transactions are back to normal. Should I go back to regular in_app_purchase instead? Please confirm when you get the chance, thank you. Code in reference: runApp(_MyApp()); |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to reproduce
Hi,
I tried enableStoreKit2 flag with my current working code.
InAppPurchaseStoreKitPlatform.enableStoreKit2();
But I got an error while trying to purchase
By the way, I am trying on simulator with StoreKit configuration. I run the app from Xcode.
in_app_purchase_storekit
version0.3.20+2
Expected results
Expecting to complete transaction
Actual results
Failed to send transaction updates: in_app_purchase_storekit.PigeonError
Code sample
Screenshots or Video
No response
Logs
No response
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: