We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749b15d commit 6639eadCopy full SHA for 6639ead
Prey/Classes/PreyNotification.swift
@@ -95,11 +95,11 @@ class PreyNotification {
95
"firmware_info": firmwareInfo,
96
]
97
let hardwareAttributes : [String:String] = [
98
- "ram_size" : preyDevice.ramSize!
+ "ram_size" : preyDevice.ramSize!,
99
+ "uuid" : preyDevice.uuid!,
100
101
let params:[String: Any] = [
102
"notification_id" : tokenAsString,
- "name" : UIDevice.current.name,
103
"specs": specs,
104
"hardware_attributes":hardwareAttributes
105
0 commit comments