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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -