Neither sceneDelegate nor appDelegate methods called!

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?
Answered by ace.neerav in 670690022
I found out why these methods were not called. There is a separate class for scene delegate.

methods inside the SceneDelegate.m are called properly.
Accepted Answer
I found out why these methods were not called. There is a separate class for scene delegate.

methods inside the SceneDelegate.m are called properly.
Neither sceneDelegate nor appDelegate methods called!
 
 
Q