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 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Delphi XE5 Firemonkey Save Icloud Settings | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOSTMS 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
DelphiDemoFiremonkeyLinuxOSXShowcaseWindows

AutoBlogAI: FireMonkey Client To Leverage LLMs And Generative AI For Blogging

DelphiFiremonkeyShowcaseUtilityWindows

Unleashing Creativity With Song Writer AI: A Deep Dive

DelphiFiremonkeyShowcaseWindows

How To Build Stable Diffusion Text To Image Prompts

AndroidC++BuilderDelphiFiremonkeyIOSOSXWindows

FireMonkey 10.4.2 Features Updated iOS 14, Android 11, And macOS 11 Support Plus Hundreds Of Fixes

Sign up for our Newsletter and
stay informed

Leave a Reply