简体   繁体   English

iOS和Android:您可以在应用程序之间链接吗?

[英]iOS and Android: Can you link between apps?

We're developing an app where we'd like to be able to link to other apps from within ours. 我们正在开发一个应用程序,希望能够从我们的应用程序链接到其他应用程序。

The questions (both for iOS and Android): 问题(适用于iOS和Android):

  • Can you put a link in one app that can launch another app? 您可以在一个可以启动另一个应用程序的应用程序中放置链接吗?
  • If so, does that other app have to be modified in any way to 'accept' that link? 如果是这样,是否必须以其他方式修改该其他应用程序以“接受”该链接?
  • If so, can one app tell if another app is installed or not (as if it's not we could instead show a link to the app store)? 如果是这样,一个应用程序能否告知是否已安装另一个应用程序(好像不是,我们可以显示一个指向应用程序商店的链接)?

(If dev platform matters, this is an app being built upon Kony) (如果开发平台很重要,则这是一个基于Kony构建的应用程序)

Yes, you can link between the two apps by using the "Deeplink" or "Appservice" functionality. 是的,您可以使用“ Deeplink”或“ Appservice”功能在两个应用程序之间链接。 In the Kony platform, you define the Deeplink function as part of the project properties, and you can read specific examples in the Kony documentation, as well as learn more information on the Kony Developer portal in the Forum section under this topic: http://developer.kony.com/konyforum/viewtopic.php?id=1097 在Kony平台中,您将Deeplink函数定义为项目属性的一部分,并且可以阅读Kony文档中的特定示例,以及在Kony开发人员门户网站的论坛部分中的以下主题中了解更多信息: http:/ /developer.kony.com/konyforum/viewtopic.php?id=1097

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM