How do you enable iCloud support?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
donryan
Posts: 32
Joined: Mon Jul 23, 2012 1:09 pm

How do you enable iCloud support?

Post by donryan » Mon Dec 10, 2012 6:07 pm

OK: I've got 2 apps out there now and my customers are expecting that the data would be in sync between all their iOS devices. I had thought that Apple did this automatically with syncing of the apps Documents folder with iCloud, but I guess not.

Anybody know how to get this working? :oops:

Thanks! -- Don
LiveCode 5.5.3 -- OS X 10.8.2

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: How do you enable iCloud support?

Post by monte » Mon Dec 10, 2012 9:11 pm

There's an external here: http://maartenkoopmans.com/micloud

Cheers

Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

donryan
Posts: 32
Joined: Mon Jul 23, 2012 1:09 pm

Re: How do you enable iCloud support?

Post by donryan » Tue Dec 11, 2012 6:09 pm

Monte:

Thanks for the info -- but -- shouldn't this be a core functionality of LiveCode? I read the API documentation and it requires modifying files internal to LiveCode. That means on the next update, I'd have to manually modify those files again or loose the functionality.

Seems that runrev should incorporate that functionality directly into the iOS options for LiveCode.

Anyone know if this is being worked on for the next LiveCode upgrade? Anyone???
LiveCode 5.5.3 -- OS X 10.8.2

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: How do you enable iCloud support?

Post by jacque » Tue Dec 11, 2012 6:31 pm

The LiveCode docs do say that backups will happen on files stored in Documents, Apple does that automatically. But synching and backups are different things in a way. Synching is usually a dynamic process that happens whenever a file changes. Backups on an iOS device are only done when the device is turned off and plugged into a power supply. It's likely your users are expecting immediate synching, which isn't an automatic Apple behavior.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: How do you enable iCloud support?

Post by monte » Wed Dec 12, 2012 9:20 pm

Only runrev know what they are working on but I suspect iCloud would be significantly down on the todo list. It's easy to make the plist changes... Just a few minutes work.

Cheers

Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply