push-notifications-firebase-swift
push-notifications-firebase-swift copied to clipboard
'MessagingRemoteMessage' & 'appData' are deprecated
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 }
You can just remove that part of the code.
https://stackoverflow.com/questions/60498519/firebase-isdirectchannelestablished-is-deprecated-fcm-direct-channel-is-depr