RE: ios custom URL scheme

2015-11-18 Thread John Dixon
Hi Terry... Thank you for your reply... The custom URL scheme works fine... though getting it to work was a little confusing as I started of using something like myscheme://, when the text message arrived on the phone the 'double slashes' were not part of the clickable link... Aft

Re: ios custom URL scheme

2015-11-13 Thread Terry Judd
ot; wrote: >I have been thinking about the custom URL scheme... and wonder what it is >useful for ? >Has anyone employed a custom URL in an app and would you like to tell >what you used it to do ? > >Would it be possible to send a text message to a phone that contains a >c

Re: ios custom URL scheme

2015-11-13 Thread J. Landman Gay
On 11/13/2015 4:27 PM, John Dixon wrote: Would it be possible to send a text message to a phone that contains a custom URL that could be used to launch an app on the device ? I hope not. That sounds a little like what the Stagefright virus does on Android phones. -- Jacqueline Landman Gay

ios custom URL scheme

2015-11-13 Thread John Dixon
I have been thinking about the custom URL scheme... and wonder what it is useful for ? Has anyone employed a custom URL in an app and would you like to tell what you used it to do ? Would it be possible to send a text message to a phone that contains a custom URL that could be used to launch

Custom URL Scheme

2011-04-24 Thread Todd Geist
Does live Code support registering a custom URL scheme? As described here http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/StandardBehaviors/StandardBehaviors.html under "Communicating with Other Applications" Todd