Mauresh Jadhav

Results 6 comments of Mauresh Jadhav

@lini I am sending following content `{"to":"[add your token]","data":{"title":"Test Title","body":"Test Description"},"priority":"high"}` and on notification receive, I am using **nativescript-local-notifications** plugin to show the notification ``` notificationCallbackAndroid: (stringifiedData: string, fcmNotification: any)...

@naiveaiguy It's not working. My scenario is, I am sending following data from server {"to":"[add your token]","data":{"title":"Test Title","body":"Test Description"},"priority":"high"} but I am not able to receive it. If I send...