Fix Android AD_ID permission blocking Play Store upload#1953
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoved the advertising ID permission declaration from the Android manifest by adding a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
com.google.android.gms.permission.AD_IDpermission that Google Play Services/Firebase merges into the Android manifest transitivelyChanges
React Native app
tools:node="remove"forcom.google.android.gms.permission.AD_IDinAndroidManifest.xml, matching the existing pattern used forFOREGROUND_SERVICE_MICROPHONETest Plan
yarn lint && yarn typespassescd app && npx react-native build-android --mode=releaseor Fastlane)🤖 Generated with Claude Code
Summary by CodeRabbit