Upload deobfuscation/mapping file
play_upload_deobfuscation_fileUpload ProGuard/R8 mapping files or native debug symbols for a specific APK/bundle versionCode, enabling Play Console to de-obfuscate crash stack traces.
Instructions
Uploads a ProGuard/R8 mapping file (or native debug symbols) for a given APK/bundle versionCode, so Play Console can de-obfuscate crash stack traces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| filePath | Yes | Absolute local path to the mapping/symbols file | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" | |
| apkVersionCode | Yes | versionCode of the bundle/APK this file applies to | |
| deobfuscationFileType | Yes | "proguard" for R8/ProGuard mapping.txt, "nativeCode" for native debug symbols |