Hey there guys, I just updated my iphone to the iOS 9 beta and downloaded the last daily build. Once I’ve opened my project the openURL stopped working on ADHOC and works only on simulator.
No log errors, it’s simple code :
function openFB( event ) local righp = audio.loadSound( "rightp.mp3" ) audio.play( righp ) local fb = "https://www.facebook.com/touchblank" system.openURL( fb ) end fbIcon = display.newImageRect( "fbicon@2x.png", 53, 53) fbIcon.x = centerX + 110 fbIcon.y = centerY - 180 fbIcon:addEventListener( "tap", openFB )
Waiting for response
bye!
(it works on corona simulator but not on device)