Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement [duplicate]

I got this policy in my React Native App :

Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement

form Google Play

I use this dependencies

"dependencies": {
  "lodash": "^4.17.10",
  "react": "16.3.1",
  "react-native": "0.55.3",
  "react-native-device-info": "^0.21.5",
  "react-native-elements": "^0.19.1",
  "react-native-google-analytics-bridge": "^5.8.0",
  "react-native-google-places-autocomplete": "^1.3.6",
  "react-native-map-clustering": "^1.3.0",
  "react-native-maps": "*",
  "react-native-masked-text": "^1.7.2",
  "react-native-onesignal": "^3.2.5",
  "react-native-svg": "^7.0.3",
  "react-native-ui-kitten": "^3.0.1",
  "react-native-vector-icons": "^4.6.0",
  "react-navigation": "^2.0.2",
  "victory-native": "^30.4.0"
},
like image 434
Mahdi Bashirpour Avatar asked Oct 15 '25 03:10

Mahdi Bashirpour


1 Answers

I think you use these dependencies: react-native-device-info, react-native-google-analytics-bridge, they cause your problem, you must provide url policy on your app for google

like image 61
Developer Avatar answered Oct 18 '25 22:10

Developer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!