Record Identifiers
Native iOS ==> Core framework
The Native iOS Inform SDK uses logID
as the unique identifier for a given record. This ID is created by the mobile SDK before submission to the server.
The Inform server also assigns an id
for each unique record. It is recommended to use the server-side id
field to identify and/or de-duplicate records post-submission.
Updated 18 days ago