在编写移动应用程序时,有没有办法让应用程序自动下载另一个指定的应用程序?

时间:2013-04-09 01:21:05

标签: android iphone ios mobile

我对使用QR码的移动应用程序(称之为“我的应用程序”)有所了解。我不会详细介绍,但由于它的实施方式,对于用户不必安装My App和QR扫描应用程序来说,这将是巨大的,巨大的好处。下载太多废话。所以在我决定再投入这个想法之前,我想知道是否可以让安装代码执行以下操作:

User downloads My App

My App checks to see if a QR scanner from a given list of possible scanners is already on the user's phone.

if Yes:

    Do nothing

else:

    Download and install a QR scanner (after prompting the user)

我对移动应用程序没有经验,无论是在开发还是使用方面,对不起,如果这是一个愚蠢的问题。

1 个答案:

答案 0 :(得分:1)

虽然没有机制可以从另一个应用程序安装一个应用程序(除了加载相应的App Store),但您可以使用免费的(Apache License 2.0)库ZXing将QR代码处理嵌入到iOS中, /或Android应用程序。