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
Is there a way to completely disable all plain HTTP requests in BestHTTP, similar to how we can manage this in UnityWebRequest?
Our latest release was rejected by the Google Play Store for a “Data Encryption” violation, supposedly because of an HTTP URL. However, we are certain our URL is strictly hard-coded as HTTPS. Could BestHTTP possibly be downgrading our secure HTTPS URL to HTTP in any scenario?
Is there a global method to block all HTTP requests—ensuring that only HTTPS is ever used and preventing any chance of violating Google Play’s encryption policies?