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
Lists the keys contained in an Apple iCloud-based container of "key-value" pairs.
Example
let arrKey = iCloudKeyValueListKey()
FOR EACH Key OF arrKey
Trace(Key, iCloudKeyValueRead(Key))
END
Syntax
<Result> = iCloudKeyValueListKey()
<Result>: Array
Array of strings containing the list of keys in the "key-value" container.
Remarks
  • The key name must be less than 64 bytes in UTF-8 encoding.
  • An application can use up to 1024 keys.
  • The total space for key storage cannot exceed 1 MB.
  • Keys and values are shared for the same application on devices using the same iCloud account.
  • Synchronization between devices can take several minutes.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 02/28/2023

Send a report | Local help