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
Mapbox Android SDK v11 no longer supports SSL certificate pinning, which was achievable in v10.
In version 10 we used to achieve this by overriding the http stack but this is not available anymore.
Why
This is a critical security feature for apps handling sensitive data.