Skip to content

Commit da954c9

Browse files
committed
Pass pusher app key on registration
1 parent 4658b44 commit da954c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/NativePusher.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public class NativePusher {
9090
let deviceTokenString = deviceTokenToString(deviceToken)
9191

9292
let params: [String : AnyObject] = [
93+
"app_key": pusherAppKey!,
9394
"platform_type": NativePusher.PLATFORM_TYPE,
9495
"token": deviceTokenString
9596
]

0 commit comments

Comments
 (0)