How can I get safari Bookmarks on iPhone? - iphone

I'm now developing new app that needs to show mobileSafari Bookmarks list ...
I want to use common API,but there seems no apis...
I saw following URL and copy code to my app..
http://www.telesphoreo.org/pipermail/iphone-gcc/2009-February/000632.html
But,it doesn't show any of bookmarks list..
Any idea?
Please help me...
Thanks and regards...

Mobile Safari bookmarks are not accessible via the iOS SDK currently. Even if your example code worked, it would most likely be rejected by Apple. Sorry.

Related

Google Plus sharing, like button from ios

I am new to iPhone apps development, I want share and like button on google plus for my application, searched in web, but i got many links were pointing to developer.google.com etc. from there i downloaded SDK, but am not able to write code for that.
Please give some example code.
Thanks in advance.
there is a post here, which describes what you plan to do...
How can I integrate Google Plus with iPhone sdk?

Native iOS Rss Feed reader opening full story in safari

I have an iPhone app that uses a native Rss feed reader, and i wanted to make a button on it that would take you out of the app and bring you to the full story in safari, but i dont know how to code it. I used a tutorial to make the rss reader: cocoadevblog.com/iphone-tutorial-creating-a-rss-feed-reader . All of the code that I am using is from that tutorial, except for the part about the podcast.
If someone could help me with this it would be greatly appreciated.
Thanks!
Sam
You can use the openURL method to open a URL in Safari.

Bookmarks access iPhone SDK

Hey guys, how do you access bookmarks with the sdk? I'm currently making a browser of sorts for iPad. I made the address bar and added the bookmarks button but I don't see any documentation on accessing bookmarks.
Basically, I would like to know how to access Safari Bookmarks. Anyone know how to do this?
Cheers!
This currently isn't possible using the iPhone sdk (non-jailbroken).
On a jailbroken phone, these can be found here:
/var/mobile/Library/Safari/Bookmarks.plist

Is it possible to browse Safari bookmarks from within another iPhone application?

I hope I overlooked something, but I haven't been able to find anything about reading/loading Safari bookmarks while using another application.. Is that possible? I want users to be able to copy existing bookmarks to a list in my application.
Thank you very much
Not through the existing SDK or APIs but some threads suggest, through jailbreaking, you can access the file at:
/var/mobile/Library/Safari/Bookmarks.plist
It would be useful but no, I'm not aware of any official method of importing Safari's bookmarks.

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

I'd like to add a bookmark to a users Mobile Safari bookmarks when they install my iPhone application.
I don't want the user to have to do it manually, i'd like my iphone app to install the bookmark (actually a javascript based bookmark, e.g. javascript:)
Does anyone know of anyway to do this?
Not currently possible. The best I've seen is launching a page in mobile Safari with instructions on how to manually add the bookmark, or telling the user to add it on desktop Safari and sync the bookmark back to the iPhone.
This is not currently possible. If it's something you'd like to see, you should file an enhancement request with Apple.