Re: Uploading photos to iCloud programatically

2013-02-13 Thread Kyle Sluder
On Wed, Feb 13, 2013, at 08:26 AM, James Montgomerie wrote: > If you save images to the camera roll the system will automatically > upload them to the photo stream, just as if they'd been taken with the > camera. I don't think you can save them to named photo streams this way though. I know that

Re: Uploading photos to iCloud programatically

2013-02-13 Thread James Montgomerie
If you save images to the camera roll the system will automatically upload them to the photo stream, just as if they'd been taken with the camera. Jamie. On 7 Feb 2013, at 05:42, Balaji M wrote: > Hi, > > I am writing a Mac application which is expected to support uploading > photos to iCloud

Re: Uploading photos to iCloud programatically

2013-02-12 Thread Jens Alfke
On Feb 12, 2013, at 9:20 AM, Balaji M wrote: > In that case, Do I have any other choice of online storage of photos which > keeps syncing between all apple devices and provides developer support? Dropbox is what a lot of iOS developers are using for file-based sync. If you want a more configur

Fwd: Uploading photos to iCloud programatically

2013-02-12 Thread Kirk
From: Kirk Date: February 12, 2013, 2:10:40 PM CST To: "balaji06n...@gmail.com" Subject: Re: Uploading photos to iCloud programatically Use AppleScript (on iPhoto) on the Mac and ALAssetsLibrary on iOS. Both let you have remarkably capable access to the user's photo lib

Re: Uploading photos to iCloud programatically

2013-02-12 Thread Corbin Dunn
hi, If a feature or documentation isn't available for something you want to do, please log a bug: bugreporter.apple.com corbin On Feb 6, 2013, at 9:42 PM, Balaji M wrote: > Hi, > > I am writing a Mac application which is expected to support uploading > photos to iCloud. > After browsing man

Re: Uploading photos to iCloud programatically

2013-02-12 Thread Kyle Sluder
On Feb 12, 2013, at 9:20 AM, Balaji M wrote: > Thanks for your response Kyle. > > But if that is the answer then its not my problem... its apple's serious > limitation!!! Yes it is. > > In that case, Do I have any other choice of online storage of photos which > keeps syncing between all ap

Re: Uploading photos to iCloud programatically

2013-02-12 Thread Balaji M
Thanks for your response Kyle. But if that is the answer then its not my problem... its apple's serious limitation!!! In that case, Do I have any other choice of online storage of photos which keeps syncing between all apple devices and provides developer support? On Tue, Feb 12, 2013 at 10:2

Re: Uploading photos to iCloud programatically

2013-02-12 Thread Kyle Sluder
On Feb 6, 2013, at 9:42 PM, Balaji M wrote: > Hi, > > I am writing a Mac application which is expected to support uploading > photos to iCloud. > After browsing many sites, I feel there is NO developer API to enable > application to upload directly to photostream. Correct. > My question is: >

Uploading photos to iCloud programatically

2013-02-12 Thread Balaji M
Hi, I am writing a Mac application which is expected to support uploading photos to iCloud. After browsing many sites, I feel there is NO developer API to enable application to upload directly to photostream. My question is: Is there any alternative way for applications to upload photos to Photost