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.