Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to debug when an app is launched with URL Scheme from Safari

Tags:

iphone

I want to test my app for my app launched with a URL scheme from Safari, how can that be done?

like image 404
Boon Avatar asked Aug 27 '09 17:08

Boon


1 Answers

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!

like image 92
Stephen Darlington Avatar answered Sep 24 '22 15:09

Stephen Darlington