Re: Reg : Plugin for implementing picture based notification(Using FCM) for both Android and IOS

2018-05-15 Thread Simon MacDonald
You can do this with phonegap-plugin-push on android and there is a branch for iOS support that requires changes to Cordova-iOS. Simon On Tue, May 15, 2018 at 17:19 Wojciech Trocki wrote: > I believe this issue is fcm plugin specific. Plugin is maintained by > community. >

Re: Reg : Plugin for implementing picture based notification(Using FCM) for both Android and IOS

2018-05-15 Thread Wojciech Trocki
I believe this issue is fcm plugin specific. Plugin is maintained by community. See: https://github.com/fechanique/cordova-plugin-fcm/issues/153 On Tue, May 15, 2018 at 4:11 PM, Rabindra Nayak wrote: > I don't think you can send picture like a png file but use same

Re: Reg : Plugin for implementing picture based notification(Using FCM) for both Android and IOS

2018-05-15 Thread Rabindra Nayak
I don't think you can send picture like a png file but use same plugin and send that picture as base64 string and redraw at mobile side as image. You can try in This way. On Tue, May 15, 2018, 07:14 JITHIN PC wrote: > Hi Team, > > I am using cordova to develop a hybrid

Reg : Plugin for implementing picture based notification(Using FCM) for both Android and IOS

2018-05-14 Thread JITHIN PC
Hi Team, I am using cordova to develop a hybrid application that runs on both IOS and Android. Currently I am using the plugin *cordova-plugin-fcm* for push notification and am looking for a* plugin option for handling picture based notification (Using FCM)* that *works in both Android and IOS.*