MobileApplication.Opening
From Xojo Documentation
Event
Called when the app is first launched.
Notes
On iOS, 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.