-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Using ANDROID_ID violates google families policy #2575
Comments
Same Issue. |
We have implemented a fix and it will be available in the next SDK release. Therefore, I am closing this issue, but if you have any questions, you can freely re-open this issue. |
@MikhailSuendukov @lucen-ms did you release this pull request #2592 on npm? |
@nguyenduythuc, these changes are available in 8.1.1 version. It has been released today: https://www.npmjs.com/package/react-native-code-push |
This is so meaningful to us, thanks for your support! |
Hi!
Our app's audience includes kids and the app cannot send any unique identifiers according to Google Play Families Policy.
react-native-code-push on the other hand uses ANDROID_ID in it's code
react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java
Line 63 in 777e202
which leads to automatic build rejection.
Why is ANDROID_ID used? Is it possible to replace with something else or make it optional?
What would happen if we replace it with static string like "no-android-id" via patch-package — would it break any functionality?
Environment
Related issues are #2327 and #2297, but they are closed while the issue is still active.
The text was updated successfully, but these errors were encountered: