views:

48

answers:

1

So that clicking an url like this app://file1.html on the iphone will open your app?

+2  A: 

Add a URL Types to your Info.plist More Info

jojaba
how do I tell if the url i want to register is taken or not?
Taho
Uniqueness is not up to you and it's not really a url. It's only the prefix. So choose something that is as unique as you think of. don't choose app:// or clock:// as some other app might also have the same one.
jojaba