We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73da7be commit b0002e7Copy full SHA for b0002e7
ip-messaging/pushiOS/didreceiveremote/didreceiveremote.swift
@@ -1,5 +1,4 @@
1
func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {
2
- print(userInfo)
3
// If your application supports multiple types of push notifications, you may wish to limit which ones you send to the TwilioChatClient here
4
if let chatClient = chatClient, chatClient.user != nil {
5
// If your reference to the Chat client exists and is initialized, send the notification to it
0 commit comments