1
  • Is it possible to open another application that exists on the phone from my app?
  • Is it possible to check for availablility of an external application?

The other application is also my app.

aryaxt
  • 76,198
  • 92
  • 293
  • 442
  • 1
    possible duplicate of [Launch an app from within another (iPhone)](http://stackoverflow.com/questions/419119/launch-an-app-from-within-another-iphone) – csano Aug 23 '11 at 23:50

1 Answers1

2

You can do this with the iOS URL handling features-- for example UIApplication canOpenURL:.

Ben Mosher
  • 13,251
  • 7
  • 69
  • 80