You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
Output of flutter doctor
Version of purchases-flutter
Testing device version e.g.: iOS 15.5, Android API 30, etc.
How often the issue occurs- every one of your customers is impacted? Only in dev?
Steps to reproduce, with a description of expected vs. actual behavior Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
Android 10, purchases_flutter: ^6.30.0
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on Zorin OS 17.1 6.5.0-44-generic, locale
en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version
35.0.0-rc3)
[✗] Chrome - develop for the web (Cannot find Chrome executable at
google-chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.1)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
I get the following when launching the app:
warning: [deprecation] syncObserverModeAmazonPurchase(String,String,String,String,Double) in Purchases has been deprecated
Purchases.getSharedInstance().syncObserverModeAmazonPurchase(productID, receiptID,
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks @Correct-Syntax. We've merged a PR that fixes the warning, so this shouldn't appear in future versions of the SDK. Appreciate it! Related #1114.
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctor
purchases-flutter
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
Android 10,
purchases_flutter: ^6.30.0
I get the following when launching the app:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: