Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AppmethodComponentDelphiFiremonkeyIOSOSX

Store And Sync Settings Between IOS And OSX Devices Using Icloud With Delphi XE5 Firemonkey

Delphi XE5 Firemonkey Save Icloud SettingsTMS Software has released an update to their Delphi XE5 Firemonkey native IOS component suite, iCL, which now includes an Icloud component. With the new Icloud component you can save and sync settings between IOS devices and to your OSX devices. Basically Icloud uses your Apple account as the place to save settings and when your multiple devices log into that same account you can retrieve those same settings on all of the devices. TMS Software also has a native OSX component suite with a similar Icloud component. Both component suites come in their Firemonkey component studio. There are free trials available for both component suites but they are commercial suites with a cost. Here is some sample code which shows you how easy they are to use:
var
FName: string;

FName := 'TMS';
TMSFMXNativeiCloud.KeyValues['MyAmount'] := 1234;
TMSFMXNativeiCloud.KeyValues['MyName'] := FName;

Check out their blog post about the two components and sample code.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiLibraryWindows

Run Large Language Models Entirely On The GPU With Delphi And Vulkan

Code SnippetDelphiDemoLibraryWindows

Add Real-Time AI Voice Conversations To Windows Applications

ComponentDelphiDemoLibraryWindows

Give AI Models Eyes, Ears, And Real-World Capabilities

Code SnippetDelphiDemoShowcaseWindows

Build Better Code With Two AI Models Working Together

Sign up for our Newsletter and
stay informed
[mailpoet_form id="1"]

Leave a Reply