Metrics.sdkbox.com blocked in iOS9? (need https://)

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

We are aware of this. The docs have been updated to reflect some XCode 7, iOS 9 items.

While I am aware of the fixes posted in the docs, I realized that the plugins work just fine without these fixes. I am assuming that the functionalities of the plugins are not dependent on the success of the http connection