vote up 1 vote down star

i have a application which has 2 parts one is a webview and other is a native iphone application. I want to invoke a native iphone application from a website inside a webview.

flag

3 Answers

vote up 0 vote down

Sry, i just want to update my question actulally i want to a invoke my iphone native application from a website which can be developed in any platform like java or .net. and i will open this website through a webview.

link|flag
vote up 1 vote down

If by webview you mean a webpage that you open in Mobile Safari you can link to your native iPhone app by registering a custom URL scheme for your app.

http://www.idev101.com/code/Objective-C/custom%5Furl%5Fschemes.html has a fairly clear description on how it's done.

link|flag
thanks monowerker. – Himanshu Oct 26 at 13:11
vote up 0 vote down

If you mean opening something like Mail or SMS from within your app, then you can use a URL like sms:// or mailto:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.