system.openURL does not work on iOS 9.0

When I build for iOS 9.0 the system.openURL works on the simulator but not on the device.

I had to rollback Xcode to 6.4  and use build 2015.2700 for system.openURL to work on the device.

I waited patiently for the public release Build 2015.2731 (iOS 9.0) in hopes that it would fix this problem (at least for me)

it still doesn’t work :frowning:

It works on both Win and Mac OS simulator and Android device but NOT the apple devices with iOS 9.0.

I want to update my APP within the next week but at this point I can’t open any links like  Facebook or to App Store to rate my app.

What are my options? Am I stuck building for version iOS 8.4? How long can I build for an older version of iOS?

Should I download and install Xcode 7.1 BETA 3? Or is it Xcode that would cause the problem.

Please read:  https://coronalabs.com/blog/2015/09/17/about-app-transport-security-ats/

Rob

Hey Rob, thanks for the reply. I read it several times. I tried whitelisting Facebook and Google.com. I even configured to allow all unsecured networks. It still does not work on any of my apple devices with iOS 9.0.

It works fine in the simulator and android devices.

Thanks Rob for trying to help me. I’ve been reading more on this I think the answer to the ATS security is URL app schemes. I’ll give it a try.

Please read:  https://coronalabs.com/blog/2015/09/17/about-app-transport-security-ats/

Rob

Hey Rob, thanks for the reply. I read it several times. I tried whitelisting Facebook and Google.com. I even configured to allow all unsecured networks. It still does not work on any of my apple devices with iOS 9.0.

It works fine in the simulator and android devices.

Thanks Rob for trying to help me. I’ve been reading more on this I think the answer to the ATS security is URL app schemes. I’ll give it a try.