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.