-
Notifications
You must be signed in to change notification settings - Fork 11
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
Google Play Services SDK not found for app set id! #174
Comments
Hi @mkbey, thanks for choosing Amplitude and put detailed description. It seems to be a bug and can be solved by a similar way of the PR in the possible solution section. I will keep you updated. |
Awesome thanks so much! Any timeline on a new version patch for this off the top? Would that roll up into another release or could it be deployed pretty quick here? Thanks again; rock on 🚀 |
@Mercy811 Any updates on timelines for processing? Any patch versions on the horizon here or? |
Hi @mkbey, we are experiencing a high volume of customer issues. I just check the code where the warning comes from https://github.com/amplitude/Amplitude-Kotlin/blob/main/common-android/src/main/java/com/amplitude/common/android/AndroidContextProvider.kt#L236. I know this isn't ideal as already |
Expected Behavior
Expecting to be able to disable
adid
andappSetId
inTrackingOptions
when initializing Amplitude and expect events to show in my Production environmentCurrent Behavior
Google Play Services SDK not found for app set id!
apiKey
is accuratePossible Solution
AndroidContextProvider
forshouldFetchAppSetId
or something...looks like in that init block it always runsSteps to Reproduce
com.google.android.gms
Environment
The text was updated successfully, but these errors were encountered: