4

I would like to add a home screen shortcut programmtically to a custom URL from within my iOS application (not mobile Safari). The URL doesn't have to be an http:// URL. It can be, for example, myProtocol://

Is it even possible in iOS? any alternative if it is not?

Thanks

Steve J.
  • 41
  • 2

1 Answers1

3

I don’t think you can do that. Fortunately – as developers would misuse it to no end.

zoul
  • 102,279
  • 44
  • 260
  • 354
  • 1
    I only want to use it to bookmark an html page that run in an embedded UIWebView. There should not be any difference in terms of misuse by developers. – Steve J. Jul 28 '11 at 16:22