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 8637191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:25:00+00:00 2026-06-12T10:25:00+00:00

I followed the instructions here: How can I extract the Custom URL Scheme from

  • 0

I followed the instructions here:

How can I extract the Custom URL Scheme from a .ipa file?

And was able to get the main URL scheme. For example, for the Hulu Application I got:

“hulu://”

But I actually want to figure out how to get the remaining information so that I can directly link into the Hulu Application to a particular video. I know for Hulu that the URL scheme is this:

“hulu://w/id number for video“

But i was only able to get this by going to the Hulu site and seeing them redirect me using the above scheme. Is there any way to figure out the full scheme by using the .ipa file or anything else?

There are 7 or 8 apps that I am trying to get the scheme for. The first part is easy, the 2nd part is hard.

  • 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-12T10:25:01+00:00Added an answer on June 12, 2026 at 10:25 am

    If you don’t need to do it programmatically, you can simply search up the applications on http://handleopenurl.com/ – they have a great list over URL schemes. The wiki http://wiki.akosma.com/IPhone_URL_Schemes also has a comprehensive list.

    When developers make their custom URL schemes, they only register the base scheme (hulu://), and they later split and match the URL programmatically. See below example:

    - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
        NSLog(@"url recieved: %@", url);
        NSLog(@"query string: %@", [url query]);
        NSLog(@"host: %@", [url host]);
        NSLog(@"url path: %@", [url path]);
        NSDictionary *dict = [self parseQueryString:[url query]];
        NSLog(@"query dict: %@", dict);
        return YES;
    }
    

    When compiled, the code revealing the steps become unreadable, so you can no longer extract that informataion, which in turn doesn’t help you much. I suggest you contact the developers of the apps in question, they have full insight in these schemes!

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

Sidebar

Related Questions

Is this possible? I've followed the instructions from here ( http://www.jetbrains.net/confluence/display/TCD4/Setting+up+an+External+Database#SettingupanExternalDatabase-MicrosoftSQLServer2005 ) but I
I've followed all the instructions here here but I can't seem to find the
I need the static libs of Openssl. I followed the instructions from here .
Admob code can't see on device. I followed the instructions here: http://www.admob.com/docs/AdMob_Android_SDK_Instructions.pdf everything ok,
Well, I followed the instructions here , but I get a compilation error when
I read and followed the instructions in here , but can't seem to see
I followed these instructions here: http://logback.qos.ch/consolePlugin.html I have the correct and found logback.xml, it
I followed the instructions here http://support.microsoft.com/kb/825532 After that when I preview my page, I
I have followed the instructions here: http://help.github.com/win-set-up-git/ to set up git on my windows
I'm using Rails. I just installed the backbone-rails gem and followed the instructions here

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.