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

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -