Firebase - Swift 4: Message sent but not received
问题 Ran pod update on the terminal to update my firebase. However i don't receive FCM's This is my app delegate code: import UIKit import Firebase import FirebaseFirestore import StoreKit import UserNotifications @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, MessagingDelegate { var window: UIWindow? override init() { super.init() FirebaseApp.configure() // not really needed unless you really need it FIRDatabase.database()