Jatin Patel
Jatin Patel

Reputation: 406

Can i get any unique identifier number from apple watch?

I am creating a watch application which is a standalone app. I need to generate QR code from any unique ID but I did not get from apple watch. is there any solution for get or generate Unique ID from apple watch?

Upvotes: 1

Views: 596

Answers (2)

Vineeth Bodipudi
Vineeth Bodipudi

Reputation: 11

Try to generate UniqueId with current TimeStamp Value, It will be always unique

Upvotes: 0

elight
elight

Reputation: 562

To grab the watch device’s uid (vendor specific)

WKInterfaceDevice.current().identifierForVendor

Upvotes: 0

Related Questions