{
if let userInfo = launchOptions?[UIApplication.LaunchOptionsKey.remoteNotification] as? [AnyHashable: Any] {
//handle push notification
}
return true
}
даже если приложение отключено сработает?
Обсуждают сегодня