Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created November 21, 2017 16:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save juucustodio/f21ddb68d721cd7d1aba2b15b2f78511 to your computer and use it in GitHub Desktop.
Example of Push Notifications with OneSignal in Xamarin.Forms applications - http://julianocustodio.com/onesignal-push-notification
{
"app_id": "ID DO ONESIGNAL",
"included_segments": ["All"],
"data": {"foo": "bar"},
"subtitle": {"en": "Titulo para ios 10 ou superior"},
"headings": {"en": "Titulo"},
"contents": {"en": "Mensagem"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment