The iOS AppDelegate methods "didFinishLaunchingWithOptions" and "willFinishLaunchingWithOptions" never called. Why?
-
Hello all!
When using iOS native Application delegate with Qt, never called methods "didFinishLaunchingWithOptions" and "willFinishLaunchingWithOptions". Any other methods working properly. The code sample published here. Tried several approaches do make it working. Critically need to get "launcOptions".
If it's not possible to run this methods, is there in Qt option to get this launchOptions from iOS?