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 4658b44 commit da954c9Copy full SHA for da954c9
Source/NativePusher.swift
@@ -90,6 +90,7 @@ public class NativePusher {
90
let deviceTokenString = deviceTokenToString(deviceToken)
91
92
let params: [String : AnyObject] = [
93
+ "app_key": pusherAppKey!,
94
"platform_type": NativePusher.PLATFORM_TYPE,
95
"token": deviceTokenString
96
]
0 commit comments