-
Notifications
You must be signed in to change notification settings - Fork 245
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
SDK Version Issue in Android #323
Comments
Did you find any solution? |
no, im still looking for solution? |
Yes i found the solution, Stripe fixed the Google Compliance issue in hotFix 10.5.0 version. So now no need to upgrade to 16.x.x. you just need to fork the project version 1.0.11 and go to gradle.build file and just change the version from 10.4.6 to 10.5.0. i did and it works |
You can try
I removed the "null safety" code and can be used for Flutter 1.22. |
Hello, thanks for share. |
"Your app ---- version code --- includes SDK com.stripe:stripe-android, 10.4.6 which facilitates the transmission or collection of personal and sensitive information. Such behavior must comply with Google Play's Prominent Disclosure & Consent Requirements and applicable privacy policy requirements as described in the User Data policy.
Starting from July 11, 2021 midnight (UTC), new app releases containing this SDK version that do not meet the Prominent Disclosure & Consent Requirements per the User Data policy will be rejected. You may consider upgrading to 16.9.0, which the SDK provider has recommended for use instead. Please consult the SDK provider for further information."
Currently, I am using the Version 1.0.11 on Flutter 1.22.6, I can't use the latest version because it's using Dart 2.12 which uses flutter 2.
Any workaround to how to overcome this issue ?
The text was updated successfully, but these errors were encountered: