iOS jump to open, wake-up app using Safari browser

Source: Internet
Author: User

Frequent use of the Safari browser to browse the Web click the URL will wake up the site's mobile app

Need to be set up in the app's project

1. Open the Myapp-info.plist file in the project

2. Open the file with a new URL types, as shown in:


3, in the project to achieve the following methods

-(BOOL) Application: (uiapplication *) application Handleopenurl: (nsurl *) URL {

if (URL) {

        Uialertview*alertview = [[UialertviewAlloc] Initwithtitle:NilMessage:@"you wake up your app"Delegate: SelfCancelbuttontitle:@"Determine"Otherbuttontitles:Nil,Nil];

[Alertviewshow];

}

return YES;

}


4, in Safari browser input myapp://, you can launch the app, in the Safari browser test through


Source: www.wahenzan.com

iOS jump to open, wake-up app using Safari browser

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.