Ionic 1 FCM Push Notifications With Images - ionic-framework

I am working on ionic1 project. I need to display the push notifications with images in it for the Android platform. I am able to display the notifications with the text but images are not appearing somehow. I need some working solution for displaying image after the text in ionic1 in the notification bar.
I am using https://github.com/fechanique/cordova-plugin-fcm

Related

Pushnotification image in ios shows flutter logo

I have implemeted flutter push notification in my app but i get flutter logo if i send image in push notification.. this issue is seen in ios only
Every thing is fine in android devices

Notification image not showing on some devices like Vivo

I am using FCM and Flutter Local Notification's plugin for displaying notifications. The problem is that the big image in the notification is not visible on all devices, like Vivo. Only the title and body is visible.
Any fix for this?

How to add app icon badge in flutter android?

I am using "flutter_app_badger" for app icon badge. Its working fine with Samsung but not working in some devices like Redmi, vivo etc. How can I mange this? Do we have any option to add "badge" through notification payload like iOS?

Why is the Back button of ios not visible always in ionic framework?

I am developing a app in ionic frame work. The back button of the ios build is not showing up sometimes. Is there any Specific reason for that?

App Icon in Remote Notification alert box

I am sending push notification an iOS app using php.
Whenever the push notification is displayed in the iPhone I want to display my App's Icon in the notification.
How this can be done ?
If you are looking for something like below:
It's default behavior of push notification in Lock screen.
You don't need to do anything to display your notification like this.
Image from Google.
The notifications are displayed either as banner or as alert. Your cant set any app icon on the alert and the icon on the banner is automatically taken from your app icon in the bundle.
There are three things a push notification can do:
Display a short text message
Play a brief sound
Set a number in a badge on the app’s icon.
I don't think you can manually set the app icon in push notification message.
Ray Wenderlich did a great tutorial on this. Try this two links:
Part 1: http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
Part 2: http://www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2