iOS apps without Flutter
Add Info.plist URL scheme mapping.
Info.plist example
Call APLApplicationDidFinishLaunchingWithOptions()
in your app delegate's application:didFinishLaunchingWithOptions:
method.
Call APLApplicationOpenURL()
in your app delegate's application:openURL:options:
method.
UIApplicationDelegate example
If you are using window scenes (iPadOS 13+), call APLApplicationOpenURL()
in your scene delegate's scene:openURLContexts:
method.
UIWindowSceneDelegate example
Now jump to Info.plist options.
Last updated