How to debug when an app is launched with URL Scheme from Safari
iphone
Solution
Have a look at the answer to this question:
Debugging App When Launched by Push Notification
It's a different question but the same answer. In summary you select the "Start executable after starting debugger" option in XCode, but the original answer is good so I won't duplicate it entirely!
Problem
I want to test my app for my app launched with a URL scheme from Safari, how can that be done?