App Distribution for iOS, Android and Windows
DashboardStart for free
  • Updraft App Distribution Documentation
  • Microsoft App Center Alternative
    • Windows App Distribution
    • App Center Migration Tool
  • Welcome to Updraft!
    • What is Updraft?
  • Quickstart
    • Register your Organization
    • Your first app project
      • Upload your first app versions (builds)
      • Install your app
  • Dashboard
    • Create Projects
    • Latest received Feedbacks
    • Documentation
    • Usermanagement
      • Permission Groups
      • Tester Dashboard
    • Profile & User Account
      • Profile Preferences
        • Two-factor authentication
      • Personal token
      • Notifications
      • Organizations
      • Account Settings
      • Plan & Billing
        • Free Plan
        • Paid Plan (Pay-As-You-Go)
      • Security (Single Sign-On)
        • Single Sign-On with Okta
        • Single Sign-On with Google Worspace
        • Single Sign-On with Microsoft Entra
        • Single Sign-On with JumpCloud
        • Single Sign-On with Ping Identity
        • Custom SSO (SAML)
      • Developer Accounts
        • App Store Connect API
        • Google Play Connect API
  • Your Projects
    • Project Settings
      • Overview
      • Automatically clean up build binaries
      • Notification Integrations
        • Slack integration
        • Webhook integration
        • Microsoft Teams integration
        • Discord integration
        • WebEx integration
      • User & Permissions
    • App Overview & App Settings
      • Notifications
      • Security
      • Last uploaded build
      • Add another app to your project
      • Android App Bundle (AAB)
    • Builds and App versions
      • Build history / app version history
        • iOS Resigning
        • Android Resigning
      • Release Notes
      • Exchange already uploaded app version
      • Distribute and install a pre-release version of your app
        • App download page
    • Feedback
    • App Distribution
      • Testers & Distribution Groups
      • Distribute your app
        • Single Release
        • Beta Release (one link two apps)
        • Store
          • App Store Distribution
          • Play Store Distribution
      • Release History
      • Install an app distributed from Updraft
  • Integrations
    • Jenkins Plugin Updraft
    • Fastlane
    • Gradle
    • Teamcity with Gradle (Android)
    • Teamcity
    • GitLab CI/CD
      • GitLab iOS with Fastlane
      • GitLab app distribution for iOS builds
      • GitLab app distribution for Android builds
    • Bitrise
  • API
    • Upload API
    • Upload Apps with CURL
    • Rest API
      • Distribution group and Permission group API
  • Updraft SDK
    • Autoupdate
    • Integrating Updraft Android SDK
    • Integrating Updraft iOS SDK
    • Integrating Updraft Flutter SDK
  • Android
    • Unknown sources in Android
    • .apk installation on Samsung Browser
    • Android FAQ
    • 🪅Android Icon Troubleshooting
    • Google Play Store upload issues
  • iOS
    • Untrusted Enterprise Developer
    • Code Signing Explained (Certificates, Identifiers, Profiles – what?)
    • Registering a UDID for Ad Hoc Distribution
    • What does "App could not be installed at this time" mean?
    • iPadOS on Safari
    • iOS FAQ
  • Data Security
    • Data hosting in Switzerland
      • Swiss data privacy law
    • End to end data encryption
    • General Data Protection Regulation (GDPR)
    • Single Sign On (SSO)
    • Custom Storage
      • Google Cloud Storage
      • Custom S3 bucket
    • ISO 27001
  • What's New/ Changelog
  • Roadmap
  • FAQ
  • Contact us
Powered by GitBook
On this page
  • Activate and deactivate auto-delete
  • Delete builds and binaries by time
  • Delete builds and binaries by number
  • Autocleanup with Custom S3
  1. Your Projects
  2. Project Settings

Automatically clean up build binaries

Automatically clean up app binaries.

PreviousOverviewNextNotification Integrations

Last updated 8 months ago

This feature is only available in the Enterprise Plan.

You know how it is, your disk space is getting tight, every build and all binaries are filed and saved - no problem Updraft helps you with that.

Activate and deactivate auto-delete

By default, the clean option is disabled. You can easily enable it in the project settings. There are two ways how you can optimize the storage of your builds: With a timestamp of 30, 60 or 90 days or over the total number of builds you want to save.

Delete builds and binaries by time

You can make this setting in the project settings and have the app binaries automatically deleted after a certain number of days.

You can make the following settings:

  • 30 days

  • 60 days

  • 90 days

Updraft System tracks the exact date and timestamp of each uploaded binary (created at). Once the set days for deleting is reached, the binary will be deleted.

If a binary was changed using the Exchange File functionality, the exact timestamp is also registered here.

Delete builds and binaries by number

You can make this setting in the project settings and have the app binaries automatically deleted after a certain number of binaries is reached per app environment.

The oldest build gets automatically deleted when a build is uploaded and the count exceeds the chosen max number of available builds.

Example:

Set the max number "10". Then 10 builds are getting uploaded for this app / environment-> nothing gets deleted. Then a developer adds a new build "Number 11" -> the first uploaded build "Number 1" gets deleted within this app. Now available are build number 2-11.

Autocleanup with Custom S3

If you have set up a custom S3 bucket to store your app binaries it will work with the feature Autoclean up. Build binaries will automatically be delete in your S3 bucket if you have activated the Autoclean up.

Auto Delete App Binaries