Skip to content

Instantly share code, notes, and snippets.

@denisoliveira
Created January 23, 2020 17:33
Show Gist options
  • Save denisoliveira/9f02cf550cbbd1dc912b2b441aa7b74c to your computer and use it in GitHub Desktop.
Save denisoliveira/9f02cf550cbbd1dc912b2b441aa7b74c to your computer and use it in GitHub Desktop.
Device Token to HEX
print("Device Token \(deviceToken.reduce("", {$0 + String(format: "%02x", $1)}))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment