Is there a way for xcode to launch an application with an app URL?
I've read the answer to this question http://stackoverflow.com/questions/1239000/debugging-app-when-launched-by-push-notification, and it works great for single tests.
I'm trying to write unit tests for launching the app with lots of different URLs, and using the previous method will be pretty hard to automate.
Any ideas?