Hi there,
I can successfully send a push notification to my device using server side code.
I use:
PN.send(
"XXXXX-XXXX-XXXX-XXXX-XXXXXXX", //Push Notification API key
{"message": Variable1 + Variable1 } //Push notification message
I would like variable1 to be on a different line from Variable2.
Is this possible, and if so how?
thanks in advance.
James