Search code examples
androidfirebaseapkandroid-12firebase-app-distribution

Firebase App Distribution is not installing the app on Android 12


We use Firebase App Distribution to deliver staging builds. Android devices below Android 12 can install it successfully, but on Android 12 it says "Installation failed".

Important notes:

  1. No other versions of this app installed on this device
  2. If we manually download debug or release APKs for this app they also install
  3. We upload APKs to Firebase

Is there any Android 12 limitation I miss? Is there something new in Firebase what prevents us from installing APKs from it on Android 12?


Solution

  • I found the problem, if you target Android 11+ and distribute you have to use app signer to sign your APKs. In Bitrise CI you need to add use_apk_signer: true field to sign_apk step.