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.
相关问题
- Plugin with id 'com.google.gms.google-services
- adding sha1 in firebase app fails with error
- firebase storage cors strange Behaviour
- Firebase security rules difference between get() a
- google-drive can't get push notifications
相关文章
- How can make folder with Firebase Cloud Functions
- How can I add media attachments to my push notific
- Firestore Update a document field Using Rest API
- How to convert a FCM token to APNS token?
- How to open current activity which is open while c
- Does the apple push notification distribution cert
- How posting One Signal notification's addition
- App not showing Notification receiving FCM when th
I have the same question why rich notification not working.. and the problem is with FCM
mutable-content
payload .. it turns in togcm.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.
Just an update in relation with @ElCaptainv2.0's answer.
The
mutable_content
has been added for FCM:Note: The parameter value should be
boolean
, notInteger
.It was also mentioned in the GitHub thread just a few hours ago by kroikie.