Skip to content

Instantly share code, notes, and snippets.

@haxpor
Last active July 11, 2016 08:19
Show Gist options
  • Save haxpor/70d60241a5b80cd8d794f8fccf6ecfb7 to your computer and use it in GitHub Desktop.
Save haxpor/70d60241a5b80cd8d794f8fccf6ecfb7 to your computer and use it in GitHub Desktop.
Structure inside NSDictionary after receiving remote push notification in iOS
2016-07-11 15:17:36.144755 demoApp[1050:339273] userInfo: {
DataInfo = {
"client_id" = {
"$id" = 54b9bc8fbe120b4e478b47a1;
};
"site_id" = {
"$id" = 57834760be120bc8278b4577;
};
};
aps = {
alert = "This is a test test test";
badge = 1;
sound = default;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment