App is not opening when click on Push Notifications in killed/close state in Swift 3
问题 How to open a Application when app is in killed/closed state , i m getting the notifications but when i click on notification app is not opening,, but working fine when app in foreground or background.I tried below code still not getting where is issue.Pls check what i have tried func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { if #available(iOS 10.0, *) { let center = UNUserNotificationCenter.current(