Skip to content

Targeting Android 11 required Signature V2 Signing. #646

Closed
@rupeshkumar22

Description

@rupeshkumar22

Currently, the packages are being exported with Signature V1 signing. According to the official android documentation here -

Apps that target Android 11 (API level 30) that are currently only signed using APK Signature Scheme v1 must now also be signed using APK Signature Scheme v2 or higher. Users can't install or update apps that are only signed with APK Signature Scheme v1 on devices that run Android 11.

There is a need to provide the functionality to export the packages with V2 Signing, But first, need to make sure that it won't create compatibility issues.

Testings are required to verify the exported packages on Android 11 devices or emulators with build target version 11.

Below is one of the methods to check the Signature Version of the packages:

SignV2Issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions