Skip to content

Instantly share code, notes, and snippets.

@dataich
Created May 1, 2011 14:23
Show Gist options
  • Select an option

  • Save dataich/950532 to your computer and use it in GitHub Desktop.

Select an option

Save dataich/950532 to your computer and use it in GitHub Desktop.
get application's identifiers which can open http scheme
NSArray *identifiers = (NSArray*)LSCopyAllHandlersForURLScheme((CFStringRef)@"http");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment