Measure logo
Features

App Size Monitoring

Track your Android APK/AAB and iOS IPA size for every release to spot regressions before they ship.

Measure automatically calculates and tracks the size of your app over time.

Android

Measure supports tracking size for both APKs and AABs. The Measure Gradle Plugin automatically uploads the size information to Measure after an assemble<Variant> or bundle<Variant>task completes successfully.

APK Size

The plugin calculates APK size by using apkanalyzer download-size command, which is the same tool used by Android Studio to calculate APK sizes. The APK size captured represents the estimated download size of the APK for the end user.

AAB Size

The plugin calculates AAB size by using bundletool's get-size total command. The AAB size captured represents the maximum size of the APK that can be generated from the AAB.

Read more about AAB format here.

iOS

Measure automatically tracks size of the IPA file for each version when you upload dSYMs using the upload_dsym_xcarchive.sh or upload_dsym_manual.sh script.

This represents the size of the generated .ipa, not the actual App Store download size.

Think this page can be better?

Open an issue