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
Post a Comment