Android app rejected because of Segment version
See original GitHub issueOn Friday, June 10, 2022, we began to receive reports that apps submitted to the Google Play Store were in some cases being rejected due to the inclusion of com.segment.analytics.android:analytics
4.9.4. This impacted all classic builds (expo build:android
- more info on why), bare apps that use expo-analytics-segment
, and EAS Build apps that use expo-analytics-segment
.
See submission error message
On Monday, June 13, we deployed expo-analytics-segment
version 11.2.1 to resolve the issue for SDK 45 bare apps and apps using EAS Build. We also updated classic builds for SDK 45 to include this fix. Please run expo install expo-analytics-segment
(if you use the library) in your project to install this new version. After updating the version, bump your app version, rebuild, and resubmit.
~We will deploy fixes to older SDK versions once affected users have confirmed that the issue has been resolved for them. Please confirm in this thread that the above instructions unblock your submission on SDK 45 apps with expo-analytics-segment
.~
On Wednesday, June 15, we deployed expo-analytics-segment
updates for SDK 44 and SDK 43. We also update classic builds for SDK 44 and 43 to include this fix. Please run expo install expo-analytics-segment
(if you use the library) in your project to install this new version. After updating the version, bump your app version, rebuild, and resubmit.
Issue Analytics
- State:
- Created a year ago
- Reactions:10
- Comments:61 (21 by maintainers)
Hi sir the new update is working for SDK 45 but i want update for SDK 44 please
Thanks
thanks @npdbilal this is much appreciated. i will go ahead and backport the fix to sdk 44 now