Method 'application:openURL:options:' is not called if the app is in terminated state

I have created a project in 12.4, and I am using the URL Scheme for redirecting to the app.

For that, I have added URL types to the info.plist file.

This is working fine in iOS 13 lower versions, but in iOS 13 higher versions, openURLContexts are not getting called if the app is in a terminated state.

I have noticed that willConnectTo and openURLContexts do not get called if the app is terminated. 

If the app is in the background, this works fine.

Method 'application:openURL:options:' is not called if the app is in terminated state
 
 
Q