LSSupportsOpeningDocumentsInPlace

拙作英単語学習アプリ EverLearn で LSSupportsOpeningDocumentsInPlace を YES にしたところ、application:openURL:sourceApplication:annotationは iOS10から Deprecated になっていたため呼ばれず、異常終了になっていた。

LSSupportsOpeningDocumentsInPlace を YES にしたら、application:openURL:options: をサポートしないといけないらしい。

https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623073-application?language=objc

同じ問題に遭遇する人がいるかわからないけれども共有。

返信を残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.