I am testing a custom URL scheme in my application, and I would like to add a desktop icon that calls this URL. Whenever I request my own URL, it opens my application and then returns the Safari address bar to the previously displayed URL.
I tried to work around this problem by editing the properties of another url like
But this fails because you cannot edit the URL assigned to the desktop.
As a backup, I thought that I have a bookmark for the application, so I tried to add a bookmark to the site, and then change the URL as follows:
but this fails because on the iOS simulator you cannot edit the bookmark URL (although you can do this on the device for some reason).
update: As tkanzakic points out, you can edit bookmarks added by the user, rather than predefined bookmarks
Ideally, I would like to use the desktop application, but instead I would decide to set a bookmark.
Also, due to firewall restrictions, I cannot connect this device to my Apple account, that is, I cannot synchronize my Safari bookmarks.
source share