1

I am developing one application on iPhone and I required to find all bookmark that created in Device. I searched on Google and find Add bookmark to Safari on iPhone when an application is installed? and Add safari bookmark from iPhone app is it Not Possible?

Community
  • 1
  • 1
SAMIR RATHOD
  • 3,512
  • 1
  • 20
  • 45

1 Answers1

0

I'm not sure this required a new question... no, it's still not possible to query bookmarks in Safari from a third party app.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152
  • Thanks for your replay, i asked this question because, other question are asked in the year 2009,2010. – SAMIR RATHOD Jun 03 '13 at 13:26
  • @SAMIRRATHOD in the iOS world little has changed since 2009 in terms of security. You can't access other apps data form third party apps as well – Sergey Grischyov Jun 03 '13 at 13:28
  • @SergiusGee, any new api's for fetching the list of bookmarks? – coder284 Mar 30 '15 at 13:35
  • Check out the SafariServices framework. That's where the "add to reading list" functionality is, so you'd expect to see reading/editing bookmarks in there too (if it exists, which it doesn't). – Stephen Darlington Mar 30 '15 at 14:04