Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.
MIT License
478 stars 159 forks source link

Push Noti with image for Ios and android #66

Open qutub-bharmal opened 5 years ago

qutub-bharmal commented 5 years ago

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

ethaizone commented 5 years ago

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.