just checking if its possible to sync iOS devices AND a web app through iCloud. Currently we've got an iOS app built, are looking at using iCloud for synching between all the devices and also want a web app component. iCloud would be great to use as the module to sync everything together.

Anyone know if it's possible ?

link|improve this question
1  
Are you asking if you can access things like the key value storage via web as opposed to trying to do so from an iOS or OSX application? Have you checked their safari developer center? Might find something along those lines there if it exists. You can also call Apple Developer Center support and ask them this question directly. You get one free phone call per year of ADC subscription. – Sneakyness Oct 15 '11 at 1:35
feedback

2 Answers

I have a similar requirement and have wondered about this too.

Unfortunately iCloud data doesn't seem to be accessible to a Web app. And if you found a hack around it, it would still be an unreliable solution as Apple could always make changes down the road that break your Web component, intentionally or not.

link|improve this answer
feedback

It is really hard to determine what you mean.... If you are asking if you can implement iCloud in a web app, then I believe that the answer is 'no', since there is only an API for Objective-C for iCloud.

However, you might be able to embed your JS code inside of a native wrapper and write some native code for working with iCloud. However, that may or may not be an option depending on your particular situation.

Edited for spelling.

link|improve this answer
"iCould"? No, iCouldn't (resist) :P – BoltClock Oct 14 '11 at 22:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.