-
Notifications
You must be signed in to change notification settings - Fork 55
Description
We have integrated react-native-paypal(4.1.0) in our react-native application.
We are getting a policy violation message from the Google play developer team. The message as follows. This is for android version.
Issue found: Violation of User Data, Permissions and APIs that Access Sensitive Information Policies
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.
Issue details
We found an issue in the following area(s):
- Version code 344:
- SDK: Paypal Data Collector com.paypal.android.sdk:data-collector (consider upgrading to version com.braintreepayments.api:data-collector:3.21.0)
- Version code 347:
- SDK: Paypal Data Collector com.paypal.android.sdk:data-collector (consider upgrading to version com.braintreepayments.api:data-collector:3.21.0)
We cannot publish our application which has number of features & issue fixes.