ios - openURL seems not to be called when app launching -


when app running on background (not killed), openurl called (for facebook). however, openurl seems not called when app killed. have experience it?

if app has been killed , needs launched open url, application:willfinishlaunchingwithoptions: , application:didfinishlaunchingwithoptions: methods called instead of openurl.

this mentioned in docs well


Comments