如何使QR code对于这两个Android电子市场和应用程序商店 [英] How to make QR code for BOTH Android Market and App Store

查看:134
本文介绍了如何使QR code对于这两个Android电子市场和应用程序商店的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用程序,它具有三种版本为Android和iPhone。所以,我有两个网址对于他们(市场和AppStore的),但我不希望添加两种不同的QR codeS主页。有没有一种方法(在线服务,我期望)有两个市场单一的URL,它会检测用户设备并立即转发给适当的应用程序版本?编程看起来非常琐碎,但也许有人已经解决了这个问题。

I have an app which has versions for both Android and iPhone. So I have two URL-s for them (Market and AppStore), but I do not want to add two different QR codes to the homepage. Is there a way (online service I'd expect) to have single URL for both markets, which will detect user device and will forward immediately to suitable application version? Programmatically looks really trivial, but perhaps someone has already solved the issue.

更新:看来我不得不创建服务自己。随意尝试,并使用它也: http://qrappdownload.appspot.com/ 。你可以举两个URL-S并生成QR核心URL这是普遍的两个最大的平台。通用网址是由相同的服务解决,基于移动用户代理(只是它是否由苹果或Android字符串被选中)。不足之处是QR code具有相当大的,因为URL必须包括AppStore的网址,因此pretty的长。也许你可以缩短一些网址缩短服务的URL,还没有尝试过。

UPDATE: It seems I had to create the service myself. Feel free to try and use it also: http://qrappdownload.appspot.com/ . You can give two URL-s and it generates QR core for URL which is universal for the two biggest platforms. The universal URL is resolved by same service, based on mobile user agent (just whether it consists Apple or Android string is checked). Downside is that QR code has to be quite large, as the URL has to include both appstore URLs and is therefore pretty long. Maybe you can shorten the URL with some URL shortening service, have not tried it.

推荐答案

QR codeS可以包含任何文本。他们为纽带,以网络使用的惯例是包含一个网址。那么大多数QR阅读器应用程序将加载由嵌入在QR code中的URL引用的网页。

QR codes can contain any text. The convention for their use as a link to the Web is to contain one URL. Most QR reader apps will then load the webpage referenced by the URL embedded in the QR code.

有没有办法嵌入在直接链接到两个不同的网址,任何QR code读者阅读时,QR code的信息。定制的QR code阅读器可以解析一个QR code有两个网址,并决定跟随哪个网址,但你必须找出一个办法让你的自定义QR读者您的客户。

There is no way to embed information in a QR code that directly links to two different URLs when read by any QR code reader. A custom QR code reader could parse a QR code with two URLs and decide which URL to follow, but you'll have to figure out a way to get your custom QR reader to your customers.

您正在寻找的功能可以驻留在该QR code中的URL。嵌入式URL可以链接到一个网页,检查用户代理和重定向适当。如果检测到Safari浏览器在iOS用户代理,重定向到苹果的App Store。一个Android用户代理将被重定向到一个合适的应用程序商店。我将所有其他用户代理去一个产品页链接到两个店。

The functionality you're looking for can reside at the URL in the QR code. The embedded URL could link to a webpage that checks user agents and redirects appropriately. If the Safari on iOS user agent is detected, redirect to Apple's App Store. An Android user agent would be redirected to an appropriate app store. I would set all other user agents to go to a product page with links to both stores.

如果我这样做,我将调查发送所有用户在产品页面。有机会参与进一步营销的产品,分享与潜在客户的详细信息,可能会导致更好的销售。我会设置一些AB测试,看看哪个更好。

If I was doing this, I would investigate sending all users to a product page. The opportunity to engage in further marketing of the product, sharing more information with the potential customer may result in better sales. I'd set up some A-B testing to see which is better.

这篇关于如何使QR code对于这两个Android电子市场和应用程序商店的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆