Dear Team,
We have the following crash obtained through crashlytics.*
Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <*.AppDelegate: 0x28144df10>
We have the following crash obtained through crashlytics.*
Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <*.AppDelegate: 0x28144df10>
As of iOS 12 onwards application supporting Open URL needs to add 'LSSupportsOpeningDocumentsInPlace' in their info.plist and the same has been added in the my code base, but still why get this error.
But as of iOS 14 even though we follow the compliance we are seeing this being reported as crash.
There are no similar case from any developer being reported in apple developer portal / open forum.
Hi Edford,
Thanks for your reply, much appreciated.
But we have implemented this method 2 years back then why we are getting crash suddenly on iOS 14.
private func application(: UIApplication, open url: URL, options : [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool { }
Any reasons behind the same ?
Thanks for your reply, much appreciated.
But we have implemented this method 2 years back then why we are getting crash suddenly on iOS 14.
private func application(: UIApplication, open url: URL, options : [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool { }
Any reasons behind the same ?