Skip to content

Commit 6639ead

Browse files
authored
Add uuid (#109)
Add uuid
1 parent 749b15d commit 6639ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Prey/Classes/PreyNotification.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ class PreyNotification {
9595
"firmware_info": firmwareInfo,
9696
]
9797
let hardwareAttributes : [String:String] = [
98-
"ram_size" : preyDevice.ramSize!
98+
"ram_size" : preyDevice.ramSize!,
99+
"uuid" : preyDevice.uuid!,
99100
]
100101
let params:[String: Any] = [
101102
"notification_id" : tokenAsString,
102-
"name" : UIDevice.current.name,
103103
"specs": specs,
104104
"hardware_attributes":hardwareAttributes
105105
]

0 commit comments

Comments
 (0)