Stores the data to the app's sandbox, returning a unique identifier.
Syntax
-
(
NSString *
)
storeData
:
(
NSData *
)
data_in
withId
:
(
NSString *
)
uid_in
Parameters
-
data_in –
data to be persisted
-
id_in –
should be nil when storing data for the first time, or an existing ID to overwrite previously stored content
Returns
unique identifier