instamobile / push-notifications-firebase-swift

Push Notifications with Firebase in Swift 5 - Starter Kit (Google Cloud Messaging)
https://www.iosapptemplates.com
130 stars 16 forks source link

'MessagingRemoteMessage' & 'appData' are deprecated #1

Open BaxiaMashia opened 4 years ago

BaxiaMashia commented 4 years ago

Getting the following error: 'MessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. On:

func messaging(_ messaging: Messaging, didReceive remoteMessage: MessagingRemoteMessage) { print(remoteMessage.appData) // or do whatever }

Mr-Perfection commented 4 years ago

You can just remove that part of the code.

https://stackoverflow.com/questions/60498519/firebase-isdirectchannelestablished-is-deprecated-fcm-direct-channel-is-depr