Open BarboraGrigaliunaite opened 9 months ago
Thank you for reaching out to the Native Checkout SDK team. This integration path is now inactive for new merchants. If you are an existing merchant, please contact us here for further assistance.
New merchants can integrate the Native Checkout experience via the Braintree Android SDK or PayPal Android SDK. For more information please see their respective developer documentation linked below.
Hello,
I am involving the team that owns this SDK to get their guidance.
Hello,
If you are seeing the Play Store flag your APK after updating to this version, please try following these steps:
After you have confirmed that you are using version 1.21.0, please double-check all tracks (even private and unpublished tracks) and then to submit an appeal to Play directly.
If the issue is not resolved after following all of those steps, please share details in this thread.
I encountered the same problem,How to solve it?
@chpypl we just got the same rejection "Action Required: Your app is not compliant with Google Play Policies" after upgrading to com.paypal.checkout:android-sdk:1.2.1
. Checked dependencies tree, we've com.paypal.android.sdk:data-collector:3.21.0
.
SDK: Paypal Data Collector com.paypal.android.sdk:data-collector (consider upgrading to version com.braintreepayments.api:data-collector:3.21.0)
For anyone reading this, that are facing same issues. Update from our project - it got rejected by Google and we cannot make any new releases:
We have observed that your app is using an SDK that is designed to collect device location by default. This SDK can result in your app violating the prominent disclosure and consent and/or approved purpose requirements of Google Play’s User Data and Permissions and APIs that Access Sensitive Information policies. You are hereby requested to provide evidence of your compliance with the Prominent Disclosure and Consent requirements. Your app submissions will be rejected pending your action.
So we will be integrating another SDK. I hope everyone facing this issue won't have too big of a headache and will successfully solve the problem. <3
Hello all,
We're working with Google to find out what's causing the Google Play store compliance issue.
The SDK does not collect privacy data directly, however we do have 3rd-party dependencies that collect data when needed to protect our merchants and their customers from fraudulent transactions. Third-party data collection and infrequent Play Store policy changes make it difficult to get explicit guidance from Google to pinpoint the exact cause of compliance issues.
We were informed that filing an appeal should help unblock developers from making updates. When making an appeal in the Google Play store, make sure to mention the following:
Google has told us that the appeals team has often granted approvals for appeals in extreme scenarios like this.
Thank you for your patience as we work to resolve this matter.
Hello,
Version 1.3.0 is released and contains changes to resolve this issue. Please see the changelog for more information on integrating.
Hello, I am opening an issue that is related to this one https://github.com/paypal/android-checkout-sdk/issues/281 The solution helped, issue was closed. But we received another letter from Google.
Some context Previously we used:
After we go a warning that was the same like in the mentioned issue we changed the dependencies to and released the changes on December 12, that fixed the issue:
On February 8 we received another warning:
Google suggested fix:
Could you provide a possible solution?