In my app I want to have two Different URL Schemes.
Like One and Two
So the user can open my app with:
one://something
and
two://something
I am using this:
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
}
How will the app know if the user types one or two?