Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement rich notifications in ios 10 with Firebase

I have been looking for a solution for this since quite a while. But I am not able to find anything. I have implemented Push Notifications for iOS using FCM. But I don't know if FCM supports iOS 10 rich notifications. If it does, I didn't find code to implement it. Thanks in advance.

like image 348
Prajyot Avatar asked Oct 25 '25 14:10

Prajyot


1 Answers

I have the same question why rich notification not working.. and the problem is with FCM mutable-content payload .. it turns in to gcm.notification.mutable-content when payload receives and that's why there is a problem which is not resolved yet.

For more information, you can check this issue from github.

Its resolved now.. you can check that link and also check this answer AL.

like image 187
EI Captain v2.0 Avatar answered Oct 27 '25 03:10

EI Captain v2.0