However an image can be saved to Picasa. Is this a limitation of Picasa, or a bug in the SDK? Thanks.
Liyan is right, the Picasa option was "below the fold" (slaps forehead)
Related
In my project i want to take image from my iPhone camera and upload it on Facebook, twitter and pi-casa. Facebook and twitter uploading portion is done but not with pi-casa.
so can any one help me how to upload images on pi-casa through iPhone sdk. if possible give me some source code or demo to make problem easy.
Thanks & regards,
Priyanka.
i think the following link is helpful.
http://googlemac.blogspot.com/2007/06/picasa-web-albums-meets-google-data.html
In my app i want to integrate twitter.I also want to upload images through this twitter.Is there any open source for posting the images through twitter in iphone app.Can any one help me this issue.
iOS 5 will have full twitter support. I take it you are programming in iOS4 SDK still. it might be with looking at the iOS5 developer docs
Just a Thought
GC
Every marketing page for an app has one, does apple provide a sanctioned version png or jpeg? I know a google search will give me 12 million images of an iphone.
Yes, they do. https://developer.apple.com/iphone/appstore/marketing.html You'll have to login to be able to access these resources.
Not entirely sure what kind of image of an iPhone you're looking for, but Apple does have a gallery of images of the iPhone.
http://www.apple.com/iphone/gallery/
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
I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ?
Thanks!
You'll want to look into CFFTPStream in regard to the iPhone
There's a nice framework out there called ConnectionKit. I haven't used it personally, but I've heard it's good.