PushNotification icon indicating copy to clipboard operation
PushNotification copied to clipboard

Push Noti with image for Ios and android

Open qutub-bharmal opened this issue 6 years ago • 1 comments

Does this package allows to send image push noti for ios and android?

qutub-bharmal avatar Nov 05 '18 05:11 qutub-bharmal

I don't think it will possible because notification is just string data. If you want to sent it, you may send some like url image but it's not possible if you want to sent DataURI or big size of serialized data because it will exceed size limit of push notification. In FCM will limit at 4kb.

After you sent url to device. You need to create custom view for your notification too.

ethaizone avatar Nov 30 '18 05:11 ethaizone