-
Notifications
You must be signed in to change notification settings - Fork 90
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
AmplitudeClient.setOptOut Doesn't Work #381
Comments
Hi @gusuly0rum, |
@gusuly0rum Since this SDK is in Maintenance mode. We highly recommend you upgrade your SDK to our latest android SDK. It's more reliable and has better performance. |
@yuhao900914 Thanks for letting me know. Yes we want to upgrade to the new SDK soon but there are some features not supported. |
Thank you @gusuly0rum. What features do you need that are missing in the new SDK? |
Hello seems like it is missing two things:
|
Expected Behavior
Calling
amplitudeClient.setOptOut(true)
should makeamplitudeClient.isOptedOut
returntrue
.Current Behavior
Calling
amplitudeClient.isOptedOut
always returnsfalse
despite callingamplitudeClient.setOptOut(true)
.Images
Amplitude client is initialized as such
Environment
The text was updated successfully, but these errors were encountered: