ios 15 prewarming causing appwillLaunch method when prewarm is done – Ios swift
We had an app in production which was reporting very high time to interact(tti) for ios 15 prewarm. TTI = timewhenViewController is loaded - mainStartTime mainStart time is measured inside AppDelegate.swift's willFinishLaunchingWithOptions method like this mainStartTime = Date() and when…