Hi
As i am using Push Notification using Backendless.
When i am publishing the push it will give me error like json invalid.
jsonData.headers={“android-ticker-text” = “You just got a push notification!”,
“android-content-title” = “This is a notification title”,
“android-content-text” = “Push Notifications are cool”}
How to write this in json format?
Please help me to sort this out.
Thanks