You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company is using a deep linking feature provided by the customurlscheme cordova plugin. In combination with LSSupportsOpeningDocumentsInPlace set to true, an external invocation leads to a crash of the application with NSInternalInconsistencyExecption due to missing implementation of UIApplication -> AppDelegate -> application:openURL:options method.
Our fallback implementation seems to work here, but is obviously incomplete:
Our company is using a deep linking feature provided by the customurlscheme cordova plugin. In combination with LSSupportsOpeningDocumentsInPlace set to true, an external invocation leads to a crash of the application with NSInternalInconsistencyExecption due to missing implementation of UIApplication -> AppDelegate -> application:openURL:options method.
Our fallback implementation seems to work here, but is obviously incomplete:
Is there a default implementation which could be used in this use-case or is there something wrong with our handling of in place document editing?
Thanks in advance. I appreciate any advice how to handle this situation.
The text was updated successfully, but these errors were encountered: