uti Questions
1
Solved
I am working on an app where data (custom structs) can be transfered between instances of the app running on different phones. The app should be able to open Share Sheet and send the data to anothe...
2
Solved
I've been struggling with this for ages now as I can't find any detailed examples.
In my app I have an array of custom data that I want to send to another user with the same app, via AirDrop.
The...
3
Solved
Is it possible to find a list of all existing Uniform Type Identifiers on a system?
Noblesse asked 23/9, 2012 at 16:48
2
Solved
When I use UIDocumentInteractionController to allow users to share via Instagram, it does work, it brings up the option for "open with" and "Instagram" as one of the options... the problem is that ...
Kenyatta asked 9/11, 2014 at 21:6
2
Solved
NSFilenamesPboardType got deprecated on 10.14 and the suggestion is to use NSPasteboardTypeFileURL. This gives me filename as
file:///.file/id=6571367.12885025918
and NSWorkspace is unable to...
Canebrake asked 18/5, 2019 at 12:44
0
We have created custom UTI of the file type in XML format for our iOS app. It is working fine for all other cloud service provider except for google drive. We are using UIDocumentBrowserViewControl...
Flowers asked 7/11, 2019 at 8:36
1
I'm working on an app in which at some point I need to import once at a time several different kind of binary and ascii files, with different extensions, such as .bin, .app, .crc, etc.
In order to...
2
I am trying to open .obj files from iCloud drive in my app throw UIDocumentPickerViewController. I could't find standart UTi for .obj files. So, using this https://developer.apple.com/library/conte...
Setiform asked 26/6, 2017 at 18:40
1
I've got a custom filetype that I'm trying to allow my app to open from a UIDocumentPickerViewController. It isn't, however, working. (A similar situation and problem seem to be described here, but...
Breslau asked 20/3, 2018 at 2:53
3
Solved
Hi i have managed to open .xls files form mail app by adding document type to the project build and set the Types field to "com.microsoft.excel.xls" (see screen shot).
I want to do the same with xl...
2
2
Solved
How can I write the CFBundleDocumentTypes property of my .plist file, to allow the app to be displayed in the "Open in..." dialog in the other applications?
That's mine, but it doesn't work
<k...
Gazpacho asked 16/7, 2011 at 6:2
2
Solved
Where does iCloud source the app name that it displays in the iCloud preferences?
iOS: Settings.app > iCloud > Storage & Backup > Manage Store > Documents & Data
OSX: System ...
Macronucleus asked 15/3, 2012 at 6:52
2
Solved
Am I facing a typo here or do really both variations exist on iOS:
UTImportedTypeDeclarations
UTExportedTypeDeclarations
Both return some results on Google, however the latter one returns twice...
2
Solved
Some iOS apps with custom file types get launched automatically when a file of that type is tapped (for example, Pages gets launched if a pages file is tapped in the Files app). How can an iOS app ...
Edita asked 10/6, 2018 at 10:23
2
Since iOS 11 I have encountered the following error every time I am creating a new document using UIDocument API:
[ERROR] Could not get attribute values for item /var/mobile/Containers/Data/Applic...
Theurich asked 1/1, 2018 at 12:30
2
Solved
I want to attach an image to a MMS, on iOS7. I wrote following code:
MFMessageComposeViewController *messageController = [[MFMessageComposeViewController alloc] init];
messageController.messageC...
Imprecise asked 3/10, 2013 at 22:56
1
Solved
I am using this code in my info.plist:
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>AirDrop Profile File Type<...
3
Solved
I am trying to implement the registering process that allows my iOS app to show up in the "Open in" list of other applications (as described in Apple's Document Interaction Programming Topics). I w...
Salcido asked 13/2, 2012 at 18:45
1
Solved
I'm trying to export my UIDocument subclass with a UIDocumentPickerViewController. The subclass writes data to a FileWrapper and its UTI conforms to com.apple.package.
But the presented document p...
Kilo asked 2/12, 2016 at 17:24
0
I defined and used a custom UTI type for my iOS app for iOS 9. Now, after using XCode 8 and iOS 10, I cannot "open" the file, if it is sent via iMessage. If I tap on the icon, nothing happens, alth...
2
Solved
I am writing an application that makes use of Uniform Type Identifiers. Specifically, I am calling UTTypeCreateAllIdentifiersForTag() and passing it various MIME types.
My hope was that this funct...
Kliman asked 11/10, 2010 at 6:37
1
Solved
Can anyone explain to me the difference between Document Types, Exported UTIs and Imported UTIs in Xcode 5.1? I want to be able to have my app automatically detect file type based on file extension...
1
I've been trying to convert this code which I had from this example (in Objective-c) with no luck.
String *path; // contains the file path
// Get the UTI from the file's extension:
CFStringR...
2
Solved
I developed an iCloud Drive Export feature for my iOS App and it works.
I can see the exported Documents in our public AppContainerFolder in the iCloud Drive folder on Mac OS X 10.11.
But on iOS, ...
Neolith asked 14/10, 2015 at 8:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.