Hello
So i have a problem where i want to log total time span it takes for didFinishLaunchingWithOption to conclude my setups.
i put tracker on start of the function and right before it returns true (end - start = span) and then send the value to remote logger when the app reached a "Home Screen". i put the value on a class's static var.
when i test it directly (simulator/device), the didFinishLaunchingWithOption spans always tracked on the remote logger with some value.
but when i see the "release version" of the logger, some session recording nil value for didFinishLaunchingWithOption spans.
so is there any possibility where didFinishLaunchingWithOption didn't get called from cold start? the app supposedly does not support Scene, so didFinishLaunchingWithOption should not be called during prewarm