Question

I have added mobile core services framework many times in my applications but i don't know what is the actual use of this framework.

From apple site i fond only one line explanation:

-------Mobile Core Services Framework----- The Mobile Core Services framework (MobileCoreServices.framework) defines the low-level types used in uniform type identifiers (UTIs). For more information about the types defined by this framework, see Uniform Type Identifiers Reference.

So i want to know what type of functionality i can achieve by using this framework.

Please send me the Mobile Core Services Framework use-list.

Regards.......

No correct solution

OTHER TIPS

As described in the answer for a question similar to yours:

The times you need to use UTIs is if you're sharing files between applications. You'll need to use UTIs to open files downloaded from Safari or Mail or transferred to the device through iTunes. You'll also need UTIs if you'd like to send data to another app, like Mail or to transferred to a computer through iTunes.

And, as Apple describes it, you can use UTI's to describe an entire class of entities with a type (such as the format for files).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top