-1

我有一个使用二维码的移动应用程序(称之为我的应用程序)的想法。我不会详细介绍,但由于它的实现方式,用户不必安装我的应用程序和 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)

我对移动应用程序的开发或使用经验为零,如果这是一个愚蠢的问题,我很抱歉。

4

1 回答 1

1

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

于 2013-04-09T02:34:40.163 回答