In the latest version of Xcode, by default, all API calls must be made over HTTPS. The plugin seems to be making external calls to metrics.sdkbox.com over http, not https.
The Plugin is generating this error:
“App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file.”
It would be great if the plugin could:
A) Have a configuration option where developers (like me) can just turn off tracking.
B) Have an https:// method by default used to call the metrics.sdkbox.com
Thanks!
John