iOS Question How to implement application:openURL:options

tuhatinhvn

Active Member
Licensed User
Longtime User
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>
 
Top