Skip to content

Commit

Permalink
pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 25, 2023
1 parent b78a3d7 commit cd9086b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Apps/CocoaPods-FCM/src/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ class AppDelegate: NSObject, UIApplicationDelegate {
// Now that the Firebase and Customer.io SDK's are initialized, follow the rest of the required steps for the FCM push setup.
UNUserNotificationCenter.current().delegate = self

// Initialize Customer.io push messaging allows
// the SDK to automatically send FCM push tokens to
// Customer.io!
MessagingPushFCM.initialize { config in
config.autoFetchDeviceToken = true
}

return true
}

Expand Down

0 comments on commit cd9086b

Please sign in to comment.