Skip to content

Commit 052a1e2

Browse files
Merge pull request #5287 from segmentio/ashton-huxtable-patch-3
Add FAQ on Google Play warnings
2 parents 4991436 + 0e1181e commit 052a1e2

File tree

1 file changed

+3
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,5 +721,8 @@ import { AddToContextPlugin } from './AddToContextPlugin'
721721
segmentClient.add({ plugin: new AddToContextPlugin() });
722722
```
723723
724+
### I've upgraded to React Native 2.0, but I am still getting warnings in the Google Play Store that my app is not compliant. Why is this?
725+
The React Native 2.0 library is compliant with Google Play Store policies. However, Segment recommends that you check to see if there are any old and inactive [tracks on the Google Play Store](https://developers.google.com/android-publisher/tracks){:target="_blank"} that are not updated to the latest build. If this is the case, we recommend updating those tracks to resolve the issue.
726+
724727
## Changelog
725728
[View the Analytics React Native changelog on GitHub](https://github.com/segmentio/analytics-react-native/releases){:target="_blank"}.

0 commit comments

Comments
 (0)