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

SDK Version Issue in Android #323

Open
EjazAmir opened this issue Jul 29, 2021 · 5 comments
Open

SDK Version Issue in Android #323

EjazAmir opened this issue Jul 29, 2021 · 5 comments

Comments

@EjazAmir
Copy link

"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 ?

@ZoraizEjaz
Copy link

"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 ?

Did you find any solution?

@EjazAmir
Copy link
Author

EjazAmir commented Aug 5, 2021

no, im still looking for solution?
if you find any, please do share

@EjazAmir
Copy link
Author

"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 ?

Did you find any 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

@soarHero
Copy link

"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 ?

You can try

stripe_payment:
    git:
      url: https://github.com/soarHero/flutter_stripe_payment.git
      ref: 52fff88d8986cd6c6a8fe3ec70472fdd8c511bd9

I removed the "null safety" code and can be used for Flutter 1.22.

@fabioselau077
Copy link

"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 ?

You can try

stripe_payment:
    git:
      url: https://github.com/soarHero/flutter_stripe_payment.git
      ref: 52fff88d8986cd6c6a8fe3ec70472fdd8c511bd9

I removed the "null safety" code and can be used for Flutter 1.22.

Hello, thanks for share.
I installed this package and now in review for Play Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants