url scheme support in iOS
Posted: Thu Mar 30, 2017 5:16 am
From previous posts I have trawled through, it appears one can launch another installed app using its custom url scheme. But in testing a livecode iOS app installed on my iphone via Xcode, I fail to get anything to happen:
on mouseUp
launch url "whatsapp://send?text=Hello%20World!"
answer the result with OK
end mouseUp
The answer dialog shows "no association"
What am I missing??
iOS 10.2.1 and Livecode Community 8.1.3
on mouseUp
launch url "whatsapp://send?text=Hello%20World!"
answer the result with OK
end mouseUp
The answer dialog shows "no association"
What am I missing??
iOS 10.2.1 and Livecode Community 8.1.3