Search Unity

Some devices cannot install the apk from Google Play

Discussion in 'Android' started by DarkCooker, Oct 28, 2019.

  1. DarkCooker

    DarkCooker

    Joined:
    Jan 7, 2015
    Posts:
    119
    Using 2017.4.30 and L2cpp to build the apk with with obb
    Uploaded to google play
    Many devices can play but only some cannot.

    Example: Galaxy S10+ Player reported that they see cannot install message after Google play download.
    Please help what we should do?

    many thanks

     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,918
    This is probably related to issue Google was supposed to fix (https://forum.unity.com/threads/nat...ctivityindicator-v.546271/page-5#post-5099564) Basically the problem was that if app is installed not in normal way, for ex. sideloading, the application would previously would crash. Google decided to fix this, by denying application installation and thus not adding a crash to your Android Vitals.

    So the question is - did this player really installed your app from Google Play, or he did it in some other way?
     
  3. DarkCooker

    DarkCooker

    Joined:
    Jan 7, 2015
    Posts:
    119
    User reported that this is come from Google Play.
    This screenshot is sent by user and it also seems it is a normal Google Play.
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,918
    The dialog itself comes from Package Verifier which is on the phone, it doesn't come from Google Play. Without more information it's really hard to say.

    I assume your game support ARMv7 + ARM64, right? x86 was unselected?
     
  5. DarkCooker

    DarkCooker

    Joined:
    Jan 7, 2015
    Posts:
    119
    Yes
     
  6. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,918
    Would it be possible to acquire logcat, when this is happening?