Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8666827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:49:33+00:00 2026-06-12T17:49:33+00:00

How to retrieve all app bundle IDs which can open file at given URL?

  • 0

How to retrieve all app bundle IDs which can open file at given URL? Like if file at given URL is .xml I want to get array of all app bundle IDs which can open .xml.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:49:35+00:00Added an answer on June 12, 2026 at 5:49 pm

    You can use Launch Services’ LSCopyAllRoleHandlersForContentType() to get an array of bundle identifiers of capable applications.

    Code might look something like the following:

    NSURL *fileURL = [[NSBundle mainBundle] URLForResource:@"sample"
                                             withExtension:@"xml"];
    
    NSString *utiType = nil;
    NSError *error = nil;
    
    BOOL success = [fileURL getResourceValue:&utiType
                             forKey:NSURLTypeIdentifierKey error:&error];
    
    if (!success) {
        NSLog(@"getResourceValue:forKey:error: returned error == %@", error);
    }
    
    NSArray *bundleIdentifiers = [(NSArray *)LSCopyAllRoleHandlersForContentType(
                             (CFStringRef)utiType, kLSRolesAll) autorelease];
    
    NSLog(@"bundleIdentifiers == %@", bundleIdentifiers);
    

    In most recent versions of OS X, Launch Services is part of the CoreServices.framework umbrella framework. You may need to #import it in the class you want to call the LS* functions in, as well as add it to the Link Binary With Libraries Build Phase of your target. (It seemed to work OK here without linking against it in the OS X 10.8 SDK).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a GAE app. I want to query datastore and retrieve all
How can I retrieve and copy all photos/videos from Photos app to my application
I want to retrieve all ids within a certain timespan. The timestamps however, are
I want to retrieve all objects (not DOM elements) of a given type created
I want to retrieve all clientID from my MCC account. I'm using this code
How can I retrieve all messages/sms in my phone and show in my own
I'd like to retrieve all local groups on my machine (Vista in a W2k3
I want to retrieve all records from one table when there are no matches
In my rails app, i have a drop down box where i retrieve all
Hello Guys I am working WPF app and I want to retrive all the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.