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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -