Does anyone know how I would find links for iOS applications.
I have found this: How can I extract the Custom URL Scheme from a .ipa file? however it is not what I want
If you do not know what I mean it is this
Example application: Palringo
What I already know:
Palringo's URL Scheme is palringo://
Palringo links are welcome
,debug
, messages
etc
What this means is you can go to palringo://debug
and it will show you all the diagnosis info or you can go to the welcome screen by going to palringo://welcome
Is there a way on how I can find all the other links that exist in the application?
Thanks in advance!