Filip Němeček 5/22/2020

iOS 13: launchOptions always nil? This is the reason & solution

Read Original

This technical article addresses a common iOS 13+ development issue where the `launchOptions` parameter in `AppDelegate`'s `didFinishLaunchingWithOptions` is always nil. It explains the architectural shift to `SceneDelegate` and demonstrates how to correctly handle launch options, shortcuts, and URL schemes using the `scene(_:willConnectTo:options:)` method and other `SceneDelegate` lifecycle methods.

iOS 13: launchOptions always nil? This is the reason & solution

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes