I am sending push notifications from php job application to iphone. I am sending push notifications regarding new jobs. Is this possible that when user click on the view of
We can add more than one custom data,but, if i use sub_action as the name, my iPhone can't receive push msg
sub_action
Java:
PayLoad payLoad = new PayLoad(); payLoad.addCustomDictionary("action", action_type); payLoad.addCustomDictionary("subaction", sub_action_type);