system.openURL seems to fail as well in iOS 9. I had the problem on my iPhone. I tested it on my iPad, I opened the link before I installed iOS 9 it worked, when I upgraded to iOS 9 it doesn’t open the link. I’m using daily build 2015.2721.
Thank you, you are right. The ATS link you provided explains it all. To solve this, which I’ve now tested works fine on my iPhone 6 Plus (v9 iOS), I’ve done two things:
I’ve whitelisted the links in the plist of my build.settings as follows:
I’ve contacted my server hosting provider and asked them to upgrade my SSL certificate from SHA1 to SHA2 (SHA256), after which, I should ‘possibly’ be able to remove the whitelisting above.
Hope this helps someone - if it does, please let us know.
system.openURL seems to fail as well in iOS 9. I had the problem on my iPhone. I tested it on my iPad, I opened the link before I installed iOS 9 it worked, when I upgraded to iOS 9 it doesn’t open the link. I’m using daily build 2015.2721.
Thank you, you are right. The ATS link you provided explains it all. To solve this, which I’ve now tested works fine on my iPhone 6 Plus (v9 iOS), I’ve done two things:
I’ve whitelisted the links in the plist of my build.settings as follows:
I’ve contacted my server hosting provider and asked them to upgrade my SSL certificate from SHA1 to SHA2 (SHA256), after which, I should ‘possibly’ be able to remove the whitelisting above.
Hope this helps someone - if it does, please let us know.