Can an iPad app directly launch another app?

后端 未结 3 1916
Happy的楠姐
Happy的楠姐 2021-01-03 13:50

I was wondering if it was possible to launch an iPad app directly from within another app. For example, could I write a login page that takes you too a desktop type page wh

3条回答
  •  攒了一身酷
    2021-01-03 14:36

    It depends on the app you wish to launch. Some of them register URLs that let you launch links like itunes:// and the like. Check this out: http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/StandardBehaviors/StandardBehaviors.html#//apple_ref/doc/uid/TP40007072-CH4-SW7

    The important section is the one entitled "Implementing Custom URL Schemes".

    EDIT: Here's a link to a website that catalogs the various URLs for existing apps: http://handleopenurl.com/.

提交回复
热议问题