When the app receives a local notification (i.e. not a remote push) and iOS thus calls userNotificationCenter(_:willPresent:withCompletionHandler:)
will that also result in the UIApplication.didBecomeActiveNotification
being fired?
When the app receives a local notification (i.e. not a remote push) and iOS thus calls userNotificationCenter(_:willPresent:withCompletionHandler:)
will that also result in the UIApplication.didBecomeActiveNotification
being fired?