objective c - unexpected late AppDelegate method call time on iOS 11 -
i have built , run app on different version of iphone 7. same code executed [appdelegate applicationdidbecomeactive] called delay on ios 11 devices.
i did couple tests , method delay reproducible. on ios 10, time elapses between -[uiapplicationdelegate application: didfinishlaunchingwithoptions:]
, -[uiapplicationdelegate applicationdidbecomeactive:]
around 300ms while on ios 11 around 1300ms
i hope know has been added app lifecycle in ios 11.
Comments
Post a Comment