ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / iCloud functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows:
iCloudKeyValueExistChecks if there is a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueListKeyLists the keys contained in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueReadReads the value of a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueRemoveRemoves a key from an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueWatchDefines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueWriteStores the value of a key in an Apple iCloud-based container of "key-value" pairs.
Remark: iCloud functions are intended to save data per application / per user (iCloud account) so that this data is synchronized and shared between the user's devices. To use these functions:
  • at runtime, enable the iCloud capability and update the provisioning profile in Xcode.
  • in a test in simulator mode, these functions work as expected, but no data is saved.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 03/29/2023

Send a report | Local help