Docs
beian1
Basics of Filing
Guidelines for filling APP feature information

APP Feature Information Filling Guide

Basic Concepts

ConceptExplanation
Package Name (Android App Identifier)APK package name is the unique identifier of an Android application.
Bundle ID (iOS App Identifier)Bundle ID is the unique identifier of an iOS application.
Digital DigestDigital Digest, also known as digital fingerprint, is a fixed-length ciphertext obtained by using a Hash function to transform the plaintext to be encrypted. Common digest algorithms include MD5, SHA-1, SHA-256, etc.

Guidelines for Obtaining the Package Name, Platform Public Key, and Signature MD5 Value of the Android System

The public key and MD5 value can be obtained through various tools such as Android development tools, keytool, Jadx-GUI, etc. This article takes obtaining through the JadxGUI tool as an example.

  1. Download the JadxGUI tool: After downloading and installing, use this tool to open the apk package.

  2. Obtain the public key and signature MD5 value: find the modulus (public key) and MD5 signature in the APK signature file.

  1. Obtain the package name: find the corresponding information of the package attribute in AnddroidManifest.xml in the resource file.

Guidelines for Obtaining the Bundle ID, Platform Public Key, and Signature MD5 Value of the iOS System

  1. Log in to the Developer console with the corresponding iOS developer account of the APP, find the Identifiers(indicated by English) as shown below, and click to enter the Certificates, Identifiers & Profiles page.

  2. Obtain the Bundle ID: On the Certificates, Identifiers & Profiles page, click Identifiers, and the corresponding of the IDENTIFIER column is the Bundle ID.

  1. Obtain the public key and signature SHA1 value: in the planned resources, click the Certificate (indicated by English) to enter the Certificates page, where you can view certificate details and download the certificate corresponding to the APP. By viewing the details of the certificate, you can obtain the public key and the signature SHA1 value.

**Public Key (Public Key) **: If the public key does not display completely, you can first click the ellipsis, if the ellipsis still can’t open or does not display, directly copy the data displayed before the ellipsis of the public key to fill it.

Signature SHA1 Value (SHA-1)