7

I'd like to have my application be able to add bookmarks to safari programmatically, is this possible?

Jonathan.
  • 53,997
  • 54
  • 186
  • 290

2 Answers2

5

Not really possible : there's no API for that (and you can understand it from user perspective....).

An answer here confirms it :

Add bookmark to Safari on iPhone when an application is installed?

Community
  • 1
  • 1
yonel
  • 7,855
  • 2
  • 44
  • 51
-1

You can't add a bookmark in Safari itself, but you can add an icon on the user's Home screen that bookmarks an arbitrary URL:

User Experience Coding How-To's for Safari on iPhone

cdespinosa
  • 20,661
  • 6
  • 33
  • 39