-
Notifications
You must be signed in to change notification settings - Fork 246
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
Can't Release App to Play Store #335
Comments
Same issue with stripe_payment: ^1.1.4 |
did you find any solution? |
Same issue with stripe_payment: ^1.1.4 Check comments on this post's answer : https://stackoverflow.com/questions/69072021/stripe-android-sdk-doesn-t-comply-with-the-user-data-and-mobile-unwanted-softwar @ketancts Can you please share your app's privacy policy? |
@ketancts your app will be removed soon if yo not asking for explicit consent because you will get this soon: We’ve identified that your app is using Stripe SDK or library, which facilitates the transmission of collection of Phone Number and Installed Application information without meeting the prominent disclosure guidelines. If necessary, you can consult your SDK provider(s) for further information. Your app is uploading users' Phone Number and Installed Application information via Stripe SDK without posting a privacy policy in both the designated field in the Play Developer Console and from within the Play distributed app itself. For further details on the valid prominent disclosure requirement, please review the “Prominent Disclosure & Consent Requirement” section under the User Data policy. @jonasbark can you advice what other sensative data this librabry collects and on which step? Because my app got removed from play store |
@vytautas-pranskunas- @Yawar217 |
I uploaded new app and it was approved immediately. Until now it's live without any problems. Apparently once they reject your app they block it or they check it more strictly |
@ambr89 I have it updated and published without any problems but I had to do a lot. I had to mention in separate modal (which cannot be closed or missed by user) which had mentions about stripe, about fact taht we might collect sensative data with links to stripe policy etc. I do not remeber clearly how I did this but i had delay for about 3 weeks until i et their requirements which honestly were not clear at all and their supprt was not leading me towards rigth direction.... |
SDK Stripe Android SDK (com.stripe:stripe-android), 10.4.6 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. You can't publish this release due to this policy issue.
To be allowed to publish, 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.
If you've reviewed the policy and feel our decision may have been in error, please reach out to our policy support team.
I'm using stripe_payment: ^1.1.1 in my flutter project and I'm getting the above error while publishing .aab to play store.
The text was updated successfully, but these errors were encountered: