Skip to content
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

Closed
giolaq opened this issue Feb 7, 2023 · 14 comments
Closed

Update to support Flutter 3 #395

giolaq opened this issue Feb 7, 2023 · 14 comments
Labels
android android related issue help wanted Extra attention is needed no-issue-activity

Comments

@giolaq
Copy link

giolaq commented Feb 7, 2023

Is there any plan to update the plugin to Flutter 3?

@eEQK
Copy link

eEQK commented Feb 17, 2023

is there anything that stops you from using this plugin with flutter 3?

@giolaq
Copy link
Author

giolaq commented Feb 17, 2023

Not really, the plugin is working with Flutter 3. Maybe we could update the sample app to Flutter 3?

@temelyazilim
Copy link

FlutterInappPurchase.instance.getProducts doesn't work after flutter 3.7.7 update.

@meowofficial
Copy link

@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.

@temelyazilim
Copy link

ios working but android doesn't show prices.

@temelyazilim
Copy link

temelyazilim commented Mar 13, 2023

@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.

flutter 3.7.7 FlutterInappPurchase.instance.getProducts results;

not working - android

android


working - ios
ios

@meowofficial
Copy link

@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 flutter_inapp_purchase version, last version brought some changes to android billing.

@temelyazilim
Copy link

temelyazilim commented Mar 13, 2023 via email

@temelyazilim
Copy link

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.

@renolation
Copy link

im using 5.2.0 and the price now show in android

@hyochan
Copy link
Owner

hyochan commented Mar 20, 2023

@renolation @temelyazilim The major changes in 5.4.0 in android is that billing client is upgraded to 5.1. This is done in #392 by @SamBergeron.

If possible could @SamBergeron join this conversation?

@hyochan hyochan added help wanted Extra attention is needed android android related issue labels Mar 20, 2023
@renolation
Copy link

renolation commented Mar 20, 2023

@renolation @temelyazilim The major changes in 5.4.0 in android is that billing client is upgraded to 5.1. This is done in #392 by @SamBergeron.

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

@offline-first
Copy link
Contributor

Here is a fix for the one time purchases (price is null)
here is my pr: #435

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related issue help wanted Extra attention is needed no-issue-activity
Projects
None yet
Development

No branches or pull requests

7 participants