QR-Code

Hello Unity-developers!

We have our game Phoenix Spirit which is supposed to be released on Android Market tomorrow.
Being new to Android Development I have noticed that using a QR-code is quite standard when marketing and publishing your game, so my question is:

  1. How does one Generate the code.
  2. What should the code be generated from? Is there like a direct link to the Android Market-place like there is on Appstore / iTunes?

Thankful for answers

// Toby

In some places they are generated automatically, but using any online QR-generator should should work, I guess.

Usually it’s an URL on the form market://details?id=com.Company.Product or market://search?q=pname:com.Company.Product which when opened by the market app on the device will bring you straight to the app.

THE generator : QR Code Generator from the ZXing Project

JP

Thank you for the answers, I’ve got it working fine now :slight_smile: