Posts

Post not yet marked as solved
94 Replies
Still no success, the error get from safari is:"MobileSafari quit unexpectedly."Application Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'terminating with uncaught exception of type NSExceptionHere is the full log of the error... https://drive.google.com/file/d/1sfW6-sfC2uj4jlFEKY1BpzLWyL5YKFe7/view
Post not yet marked as solved
94 Replies
Sadly that didn't work for me, still redirected to the home page of IOs, ans Safare crash, also tried added public.file-extension to the additional array but to no avail.I created an entry on StackOverflow for the crash on import file thread of this topic. https://stackoverflow.com/questions/58670089/unable-to-import-files-with-custom-uti-extension-on-ios-13
Post not yet marked as solved
94 Replies
Same here, this is the situation:Safari click on file (es. mail attachment): IOS 12: straight to open file screen IOS 13: downloads the file somewhere, interface is not clear, but when you figure out and find where to click you proceed to open file screenSafari open file: IOS 12: display screen with my custom UTI Type name and "open file with MyApp" button, on click opens the app correctly IOS 13: display screen with the description of my custom UTI Type name, no buttons, look like it's broken. Need to look at the top for the share iconShare dialog: IOS 12: no problem IOS 13: need to add (that i already had), i have a custom file, so no concurrent apps <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array>On "Copy to MyApp" click IOS 12: Opens app at the proper screen with file loaded IOS 13: Safari crashes, doesn't open the app, scroll to the frist ios screenLooks like a fail on every side, how can this have been missed? or is there a documentation to apply the proper fixes?The UX on IOS13 (even if it worked) is a 10 years step back in user experience on the import flow, i hope it's not intended.