Search Unity

Amazon Appstore Problem

Discussion in 'Android' started by Grinchi, Nov 27, 2020.

  1. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    Hey guys :)
    I have published game on amazon appstore and have some wired problem.
    when downloading game form their appstore on my pixel 3xl and willing to install it gives me this kind of message :

    com.android.server.pm.PackageManagerException: No signature found in package of version 2 or newer for package com.testgame.game

    Maybe anyone had same issue and can help me :)
    Thanks a lot !
     
  2. JuliusM

    JuliusM

    Unity Technologies

    Joined:
    Apr 17, 2013
    Posts:
    835
    Which Unity version do you use? Do you overwrite gradle templates in your project? If you do, you might have specified to disable signature version 2 in the gradle temple, which would cause this. Do you also use the same app to target oculus devices? If you are targeting Oculus Go or Oculus Go + Oculus Quest, then your project is configured to intentionally disable signature version 2 as that is required on those devices.
     
  3. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446