ionic framework - Notification object structure to reach Android devices -


i trying send notification toward android device. app handles notifications because when send notification onesignal admin page works not code. notification sent because ios devices receive it.

so figured may notification object wrong, here :

var notificationobj = {    contents: {      en: message    },    headings: {      en: title    },      include_player_ids: playerids,      ios_badgetype: 'increase',      ios_badgecount: 1  }; 

any clue ?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -