rspl123
rspl123

Reputation:

How to open other application from our application+ iphone

I have seen similar posts but couldn't find any answer..

Kindly advise whether its possible or not?

Upvotes: 2

Views: 1697

Answers (3)

Dan Ray
Dan Ray

Reputation: 21893

Applications can register a custom URL format, and then other applications can call that URL to trigger that application, pass it data, etc. Some of Apple's built-ins have URL formats that they've published, and some 3rd party apps have (and advertise) them too. If you're building more than one app, you can obviously customize your URL scheme to have your apps talk to each other more or less freely.

Upvotes: 1

Suresh Varma
Suresh Varma

Reputation: 9740

Are you talking about 3rd party applications or the inbuilt applications of the iPhone?

If you are talking about 3rd party application then forget it.. As told by @KingOfBliss apple restricts it.

And if you want to open inbuilt applications like camera, photo, contacts,safari web then you can do it.

You can get sample code for implementing all these from here...

Hope it helps...

hAPPY iCODING...

Upvotes: 1

KingofBliss
KingofBliss

Reputation: 15115

Apple restrict you to open 3rd party application, but you can open some application like safari,contacts,etc.,

Upvotes: 0

Related Questions