Giter Club home page Giter Club logo

Comments (3)

Doc1faux avatar Doc1faux commented on June 18, 2024

Hi @nfonjeannoel and thank you for your feedback.

The only thing which seems to be the closest of what Google says is our User-Agent used for REST/WebSocket calls which contains a reference to Build.VERSION.INCREMENTAL, I don't know if this is it or if this is against Google Play policies (it does not seem to as this is a software "id", only hardwares one are prohibited, see Best practices for unique identifiers
), it seems awkward as we cannot identify a device through this info as this is the build number of the Android OS not the device serial number or IMEI or MAC Address...
Documentation says about it :

The internal value used by the underlying source control to represent this build. E.g., a perforce changelist number or a git hash.

We build the User-Agent upon:

  • app label,
  • versionCode,
  • Android version (Build.VERSION.RELEASE),
  • Android build (Build.VERSION.INCREMENTAL).

It is formatted as APP_LABEL/APP_VERSION_CODE (Version ANDROID_VERSION (Build ANDROID_BUILD)).
On our app on an Android 13 Emulator it appears as Crisp/500052 (Version 13 (Build 10940250)).

Build number can be found in Settings > About menu of the phone (see below)

Maybe this is the word Build which raises a warning on their side or simply its usage? This is the first time we get this warning from our users since the 1st release of the SDK and this User-Agent was here since the beginning ^^"

Can you ask Google if this is this is the issue with your app? If this is it, I will remove the Build.VERSION.INCREMENTAL from the User-Agent.

Best regards.

from crisp-sdk-android.

nfonjeannoel avatar nfonjeannoel commented on June 18, 2024

thank you @Doc1faux
I will message them and get confirmation. Thanks

from crisp-sdk-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.