tuhatinhvn Active Member Licensed User Longtime User Jan 18, 2019 #1 I want to use LSSupportsOpeningDocumentsInPlace with IOS 11 but when i use my app to open other files (by this post: https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/) (I think OpenUrl is openURL Deprecated in iOS10) B4X: App crash and with this notice, how can i implement application:openURL:options: on delegate <B4IAppDelegate> ?? B4X: Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <B4IAppDelegate: 0x281884820>
I want to use LSSupportsOpeningDocumentsInPlace with IOS 11 but when i use my app to open other files (by this post: https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/) (I think OpenUrl is openURL Deprecated in iOS10) B4X: App crash and with this notice, how can i implement application:openURL:options: on delegate <B4IAppDelegate> ?? B4X: Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <B4IAppDelegate: 0x281884820>
Erel B4X founder Staff member Licensed User Longtime User Jan 20, 2019 #2 I don't think that you can use this key in regular apps. It requires an app extension. This is not supported by B4i. Upvote 0
I don't think that you can use this key in regular apps. It requires an app extension. This is not supported by B4i.
b4x-de Active Member Licensed User Longtime User Feb 26, 2023 #3 Erel provides a solution here: https://www.b4x.com/android/forum/t...rtsopeningdocumentsinplace.144872/post-918538 Upvote 0
Erel provides a solution here: https://www.b4x.com/android/forum/t...rtsopeningdocumentsinplace.144872/post-918538