Is there a way for xcode to launch an application with an app URL?
I've read the answer to this question 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?