Apple Push Notification with Sending Custom Data
Posted
by
SharmaJI
on Stack Overflow
See other posts from Stack Overflow
or by SharmaJI
Published on 2011-11-15T09:32:56Z
Indexed on
2011/11/15
9:50 UTC
Read the original article
Hit count: 270
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 push notification pop up , then user redirect to the particular job in the device.
I mean I wanted to know can I send any custom data with push notification like jobId,something else....so that Iphone end Can retrieve and show the particular job ?
Thanks.
© Stack Overflow or respective owner