-
Notifications
You must be signed in to change notification settings - Fork 233
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
Update to support Flutter 3 #395
Comments
is there anything that stops you from using this plugin with flutter 3? |
Not really, the plugin is working with Flutter 3. Maybe we could update the sample app to Flutter 3? |
FlutterInappPurchase.instance.getProducts doesn't work after flutter 3.7.7 update. |
@temelyazilim In my case the issue arised after setting base country for upcoming Apple price change. Previously working TestFlight build stopped work, but the same build in production works as expected. Similar issue by developer not using this plugin https://community.revenuecat.com/general-questions-7/i-can-t-get-iap-only-subscriptions-2667. |
ios working but android doesn't show prices. |
flutter 3.7.7 FlutterInappPurchase.instance.getProducts results; not working - android |
@temelyazilim Looks like a different issue comparing to mine. Instead of non-consumable products I get an empty list. I don't have consumable products. You could try to downgrade the |
yes, we are using 5.4.0
Karol ***@***.***>, 13 Mar 2023 Pzt, 13:10 tarihinde şunu
yazdı:
… @temelyazilim <https://github.com/temelyazilim> could it be related to
google releasing play billing 5.1 library? are you running the latest
version (5.4.0) of flutter_inapp_purchase?
—
Reply to this email directly, view it on GitHub
<#395 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARQ3JO6APB6TY2BJ3O422WDW33XA3ANCNFSM6AAAAAAUUAY4EU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
we downgrade to flutter_inapp_purchase: 5.2.0 now working again. what should we do to use 5.4.0? ios working but android not. |
im using 5.2.0 and the price now show in android |
@renolation @temelyazilim The major changes in If possible could @SamBergeron join this conversation? |
in android 13 and plugin 5.4.0 i got this Please fetch setObfuscatedAccountIdproducts first by calling getItems. but when i get items, it gets enough but the price is null |
Here is a fix for the one time purchases (price is null) |
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days. |
Is there any plan to update the plugin to Flutter 3?
The text was updated successfully, but these errors were encountered: