You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old devices that don't support TLS 1.0 and TLS 1.1 are not posting data to Amplitude REST API. Therefore, we are missing about 20% of events due to legacy devices that use Android 4.x.
Expected Behavior
OkHttp should support TLS 1.0 and TLS 1.1
Current Behavior
Old devices that don't support TLS 1.0 and TLS 1.1 are not posting data to Amplitude REST API. Therefore, we are missing about 20% of events due to legacy devices that use Android 4.x.
Possible Solution
Provide the ability to inject custom OkHttpClient for those who require to track legacy clients or re-enable TLS 1.0 and TLS 1.1 on your REST API.
See https://gist.github.com/Karewan/4b0270755e7053b471fdca4419467216
The text was updated successfully, but these errors were encountered: