In developing client/server (TVML/TVJS) I would like to pass a unique identifier to my server as a key to use in a multi-tenet DB.
Is there any identifying information I can access? I checked UIKit -> UIDevice
but it does not contain any unique property.
Thanks
You can probably use the UIDevice's identifierForVendor: