简体   繁体   English

在iOS中不使用URL Scheme可以实现跨应用程序通信吗?

[英]Is inter-app communication possible without using URL Scheme in iOS?

I want to open App A from App B, but App A is already in the appstore without configuring a custom URL Scheme . 我想从App B打开App A,但是App A已经在appstore中而没有配置自定义URL Scheme From App B how can I communicate with App A? 从App B我怎样才能与App A通信?

No, It's not possible. 不,这是不可能的。

You need to re-upload your previous application with URL schema. 您需要使用URL架构重新上传以前的应用程序。

FYI, App Extension is another way, If that suits to your app requirement. 仅供参考, App扩展是另一种方式,如果这符合您的应用程序要求。

Refer this link for detail information. 有关详细信息,请参阅此链接

This Apple doc lists two ways to do inter-app communication locally. 此Apple文档列出了两种在本地进行应用程序间通信的方法。 One is through AirDrop and the other is through a custom URL scheme. 一个是通过AirDrop,另一个是通过自定义URL方案。 Only the latter can launch another app. 只有后者可以启动另一个应用程序。

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

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