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?

Accepted Reply

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.

Replies

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.