Last active
July 11, 2016 08:19
-
-
Save haxpor/70d60241a5b80cd8d794f8fccf6ecfb7 to your computer and use it in GitHub Desktop.
Structure inside NSDictionary after receiving remote push notification in iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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