push-notifications-firebase-swift
push-notifications-firebase-swift copied to clipboard
Push Notifications with Firebase in Swift 5 - Starter Kit (Google Cloud Messaging)
Hi app not showing push when app is in open Or foreground mode, I implemented delegate methods to receive push in foreground and also added content-available equal to 1. Please...
To solve you need to add this to your `Info.plist` (right mouse button on keys and select 'Raw keys and values'): ``` UIBackgroundModes |- item0: remote-notifications ```
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) //...