I saw the Bug Me iPhone app and was intrigued by the ability to add icons to the home screen. I figured it would work similar to the way that Safari achieves it.
There a
You have to use Safari.
BugMe saves the note on home screen by:
-openURL:
with a URL to their server.bugme://
link to home screen.There's no other ways if only documented methods can be used.
For private APIs, create a UIWebClip object and use -[UIApplication addWebClipToHomeScreen:]
.