Unity WWW Warning Message in Xcode

I am getting the following message when running my iOS App through Xcode:

“You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transiton, but it will be removed soon. Please consider updating to https.”

I can see it popup when WWW calls are made. I am however only using https everywhere so why is this message even appearing? I double checked the URLs in the WWW objects and all of them are using https.

I am using the latest Unity (5.2.3). Am I missing something here?

I got those too at some point, just add ** NSAppTransportSecurity** property into plist and it will be gone. read about it here