search

Home  >  Q&A  >  body text

android - 扫描二维码时,怎么知道我被扫描了?

我打开二维码页面,别人扫描了我的二维码,我怎么判断别人扫描了我的二维码???望大神指教

怪我咯怪我咯2803 days ago1554

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 17:20:20

    Provide an idea for reference.
    Create a short link in the QR code message. As long as someone scans it, this link will be loaded, and you can record something at this link. Then implement other functions.

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 17:20:20

    1. The QR code is a string, or furthermore, a url. Scanning the QR code actually opens the URL of this URL.

    2. To judge the QR code scanned by others is actually to judge that others have opened the link

    3. When the URL points to your own server, as long as you record it in the server, you can of course determine whether others have opened the link or scanned the QR code

    4. If your purpose is to make statistics, you can use any web page traffic statistics service

    reply
    0
  • Cancelreply