iOSApplication.Open

From Xojo Documentation

Event


iOSApplication.Open(launchOptionsHandle As Ptr) As Boolean

Supported on Mobile (iOS).

Called when the iOS app is first launched.

Notes

The launchOptions parameter is a reference to an NSDictionary.

More information here: UIApplicationDelegate

Return True if your app has handled the request. The default of False means your app cannot handle launch options.