Thanks for posting this. Have been tearing my hair out trying to figure why my app stopped launching. Definitely introduced in iOS 6.
Nigel
Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini
The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad
iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool
Apple announces 4th generation iPad packing an A6X CPU
Thanks for posting this. Have been tearing my hair out trying to figure why my app stopped launching. Definitely introduced in iOS 6.
Nigel
I've run into a problem that appears to be restricted just to iOS 6 devices -- iOS 5 seems to handle this situation well.
I'm building an application that exports JSON-formatted files with a custom extension via email, and should also be able to open the file attachment from within mobile mail using the "Open with" dialog. Basically just a way to send your app's settings to other users of the app via email. These are small files as well -- less than 200KB.
The problem I've run into is that even though my application name appears in the list of available applications to open the attachment, iOS 6 devices fail to open my application. In the device logs, the following gets reported:
LaunchServices: Invalid LSOpenOperation request - No applications found to open document
I've been looking for anything online about this kind of issue, but haven't found any reference to that console output. I'm also positive that I've set up the Document Type and Exported UTI items correctly -- again this all works fine in iOS 5. I've included the values defined for the Document Type and UTI below:
Document Type
============
Exported UTI
==========
Has anyone else seen this kind of behavior in iOS 6? Could there be a cache of file type associations that is messing the "Open with" operation up?