Skip to content

Commit

Permalink
feat(fcm): replacing pn_gcm with pn_fcm
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jun 10, 2024
1 parent dab0a01 commit 5b620ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ - (NSDictionary *)dictionaryRepresentationFor:(PNPushType)pushTypes {
NSDictionary *fcmPayload = [self.fcm dictionaryRepresentation];

if (fcmPayload.count) {
payload[@"pn_gcm"] = fcmPayload;
payload[@"pn_fcm"] = fcmPayload;
}
}

Expand Down

0 comments on commit 5b620ee

Please sign in to comment.