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
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?
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?
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?
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