push-notifications-firebase-swift icon indicating copy to clipboard operation
push-notifications-firebase-swift copied to clipboard

'MessagingRemoteMessage' & 'appData' are deprecated

Open BaxiaMashia opened this issue 5 years ago • 1 comments
trafficstars

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 }

BaxiaMashia avatar Jun 19 '20 15:06 BaxiaMashia

You can just remove that part of the code.

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

Mr-Perfection avatar Jul 06 '20 18:07 Mr-Perfection