Before doing a openUrl: to launch an app that should callback my app (like an app that acts according to the x-callback-url specification), how can I programmatically check that my application callback is working, before calling the other app?
Before doing a openUrl: to launch an app that should callback my app (like
Share
This is my current solution:
The limitation is that we are checking that this app registered for the scheme and some application responds to that url.
AFAIK this does not guarantee that your application is the actual responder for that scheme (in the case where another app also registered for that scheme).From what I tried, it seems that iOS opens the first installed app for each unique url scheme.