iOS - open another application that exists on the phone?

2.2k Views Asked by At
  • 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.

1

There are 1 best solutions below

0
On BEST ANSWER

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