Skip to content

Commit e6f85b3

Browse files
committed
stringify'd apple-message key for push payload
1 parent 4c40560 commit e6f85b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClearBlade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ n * <p>{Number} [messagingPort] This is the default port used when connecting
16071607
});
16081608
var body = {
16091609
cbids: users,
1610-
"apple-message": formattedObject,
1610+
"apple-message": JSON.stringify(formattedObject),
16111611
appid: appId
16121612
};
16131613
var reqOptions = {

0 commit comments

Comments
 (0)