简体   繁体   English

如何检查其他手机中存在的应用程序

[英]How to check application present in other mobile

我在两个手机中都有两个手机,我有我的x应用程序,我想使用蓝牙检查应用是否存在,或者在其他手机中我如何使用phonegap在其他手机中检查应用是否存在此插件可用?

It depends if you have control to public a some kind of Url in the destination app. 这取决于您是否可以控制在目标应用程序中公开某种网址。 Sometimes is already done like Facebook, Twitter, but you have to review every case in particular 有时已经完成了,例如Facebook,Twitter,但是您必须特别审查每个案例

A lot of IOS apps have a Custom Url scheme that you can launch from your App. 许多IOS应用程序都有一个自定义网址方案,您可以从您的应用程序中启动它。

Further reading: http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html 进一步阅读: http : //iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

Current of Custom Url schemes: http://wiki.akosma.com/IPhone_URL_Schemes 自定义网址方案的最新动态: http//wiki.akosma.com/IPhone_URL_Schemes

Android does a similar way through Public intents filters more flexible, you can attend Send commands: Android通过公开意图过滤器做了类似的方式,更加灵活,您可以参加发送命令:

http://developer.android.com/reference/android/content/Intent.html http://developer.android.com/reference/android/content/Intent.html

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

相关问题 如何检查 email 以及我的 mongodb 数据库中是否存在手机号码和 aadhar 号码? - How to check email and mobile and aadhar number present or not in my mongodb database? 如何在我的 mongodb 数据库中检查 email 和手机是否存在? - How to check email and mobile present or not in my mongodb database? 如何检查其他数组中的值,反之亦然 - How to check a value present in other array and vise versa 有没有一种更快的方法来识别是否存在移动应用程序? - Is there a faster way to identify if a mobile application is present? Vuejs - 检查是否安装了移动应用程序 - Vuejs - Check if mobile application is installed or not 如何检查数组中的值是否存在于其他对象中并相应地返回一个新对象 - How to check if a value in an array is present in other object and accordingly return a new object 如何检查列表是否存在于java脚本中的其他数组列表中,没有循环 - How to check list is present in other array list in java script ,with out loops 如何检查 Vue 中是否存在 prop? - How to check if prop is present in Vue? 如何检查列表中不存在文本 - How to check text is not present in the list NightwatchJS:如何检查属性是否不存在? - NightwatchJS: How to check if attribute is not present?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM