iOS development-application calls between apps (1)

Source: Internet
Author: User

Call steps between iphone apps:

1) in the plist file, register the external interface

in Xcode group&files, expand the resources selection <app>info.plist

Right-click the Information property list and select the URL from the list types

Right-click the Add row to append an object (item) Right-click on the item add row

Select a URL from the list schemes and then right-click to add an object (ITEM1)

Set the Item1 value to: MyApp

This MyApp is an external interface, which other applications can use to invoke the application

Plist as shown:

2) Calling method

In the application where you need to invoke the external interface registered above, add the following code :

Nsurl *url = [Nsurl urlwithstring:@ "MyApp:"];

[[UIApplication sharedapplication] openurl:url];

With these two steps, you can allow users to open your other apps in your app

iOS development-application calls between apps (1)

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.