How to get a unique device ID in Swift?

How can I get a device’s unique ID in Swift?

I need an ID to use in the database and as the API-key for my web service in my social app. Something to keep track of this devices daily use and limit its queries to the database.

8 Answers
8

Leave a Comment