In my application with deployment target ios 14.0 and iphone only, neither app delegate methods like applicationDidEnterBackground or applicationDidEnterForeground, Nor, scenedelegate methods sceneWillEnterForeground or sceneDidBecomeActive are called. I checked it on ios 14.3 simulator for iPhone Se 2020 and also on my iPhone Se 2020 running iOS 14.4.2
What could I be doing wrong?
What could I be doing wrong?