Upload your app to mobile.dev for analysis.
- git::https://github.com/mobile-dev-inc/[email protected]:
inputs:
- api_key: "$MOBILE_DEV_API_KEY"
- app_file: "$BITRISE_APK_PATH"
app-file
should point to an x86 compatible APK file
Include the Proguard mapping file to deobfuscate Android performance traces:
- git::https://github.com/mobile-dev-inc/[email protected]:
inputs:
- api_key: "$MOBILE_DEV_API_KEY"
- app_file: "$BITRISE_APK_PATH"
- mapping_file: "$BITRISE_MAPPING_PATH"
- git::https://github.com/mobile-dev-inc/[email protected]:
inputs:
- api_key: "$MOBILE_DEV_API_KEY"
- app_file: "$BITRISE_APP_DIR_PATH"
app-file
should point to an x86 compatible Simulator .app directory.