I\'d like to be able to send the viewer to a specific view in the app when they get the push notification, based upon what I send them.
\"aps\": {
Try to move your dictionary entry for view outside of the "aps" dictionary.
{ "aps": { "alert": "look at this stuff" } "view": "wc1" }