Reputation:
How can I launch my IPad app from another native IPad app such as email or web browser. I am pretty new to objective C. Thanks.
Upvotes: 1
Views: 1561
Reputation: 5314
What you're looking for is what's called a Custom URL Scheme
for your App. You can find more information and a great write up on how to accomplish this here:
http://mobiledevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
Upvotes: 8