Posted immediately after the app finishes launching.
SDKs
- iOS 2.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
class let didFinishLaunchingNotification: NSNotification.Name
Discussion
If the app was launched as a result of in remote notification targeted at it or because another app opened a URL resource claimed the posting app (the notification object), this notification contains a user dictionary. You can access the contents of the dictionary using the url and source constants (for URLs), the remote constant (for remote notifications), and the local constant (for local notifications). If the notification was posted for a normal app launch, there is no user dictionary.

