开发者

Opening Native App. from Safari

I know iPhone apps. operate like sandboxes. Meaning that they don't have access to other apps' files. And I have also managed to open a website in Safari from a Native App() using:

 openURL:[NSURL URLWithString: Website_Address] 

There are four Native apps that I have seen being opened from safari.

  1. App Store app
  2. Maps app
  3. Email app
  4. Phone app

Is there a me开发者_运维问答thod of opening my own app from an iphone website in Safari(maybe some html/xml/php etc code)?


Yes, you can do this by binding your application to a custom URI scheme and then creating a link with your custom URI scheme which, when selected, will open your app.

To register the custom URI scheme you'll need to modify the info.plist file and assign your custom value to the URL Identifier object.

You can review the iPhone OS Programming Guide Apple developer documentation for further details or this article which details the step-by-step process in-depth.

Or you can check out the official documentation from Apple.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜