Hi,
After receiving push notification, i would like to take user to a particular page in the app than going to home screen.
For android, When I print the data after receiving push notification "JSON.stringify( data )", I am just seeing the message from payload.
Is there any way that I can set some id in the payload that I can reuse to send to appropriate page after user clicks on the push notification message.
I haven't tried for IOS yet.