Standalone Settings

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Standalone Settings

Post by rrBUSS9EE » Mon May 14, 2012 8:51 pm

Regarding the "URL Name" field under Custom URL Scheme… the release notes state "The name of the URL scheme used to reference your application uniquely."

Me no grok. Can someone here tell me what this is for?

Thanks!

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Standalone Settings

Post by shaosean » Tue May 15, 2012 2:53 am

A link that starts with "http://" will open Safari, something that starts with "tel:" will open the Phone app.. So if your app is called "Big iPhone App" and you want to use a link on a web site to load it, you could register the URL "bigiphoneapp:" which will cause the system to load your app..

http://developer.apple.com/library/ios/ ... ction.html

rrBUSS9EE
Posts: 98
Joined: Wed May 02, 2012 3:46 pm

Re: Standalone Settings

Post by rrBUSS9EE » Tue May 15, 2012 1:45 pm

Interesting. Thank you for that.

So to use your example for a moment… If I have registered** "bigiphoneapp:", and let's say I reference "bigiphoneapp://dataIWantToGet" from a link on a web site that is open in safari, how would "dataIWantToGet" be passed to the app at launch?


**Is registration accomplished on the local device the app is installed on simply by entering data in this field before building? What happens if two apps have registered "bigiphoneapp:"?

Post Reply