Managing Apps
Register app builds with Drizz so test plans and Memory can use them — the 500 MB cap, iOS build types, and what cannot be downloaded back.
A test plan installs a registered app — a build uploaded to Drizz and held against its package name or bundle ID plus a version.
Platforms
Android (.apk) · iOS (.ipa)
Upload limit
500 MB per binary
iOS
Test plans require a real-device build, not a simulator build
Also used by
Memory — blocker rules and app context attach to a registered app
Watch out
A build cannot be downloaded back out of Drizz. Keep your own copy
Prerequisites
Drizz organization account
A signed release build under 500 MB —
.apk(Android) or.ipafor a real device (iOS)Web app access
What a registered app provides
Test plan install
A plan selects a registered version and installs it on the device
Memory attachment
App context and blocker rules attach to the registered app
API trigger
CI triggers a run against a named version
Scope
Org-scoped. One upload serves every test plan in the organization
Register a build
Open the registered apps list in the web app.
Select upload.
Choose the
.apkor.ipafile. Drizz reads the package name, bundle ID and version from the binary.Confirm the new version appears in the list before binding it to a test plan.
To upload from a pipeline instead, see Upload a build — same 500 MB cap, same formats.
Limits
Maximum binary size
500 MB
Accepted formats
.apk (Android), .ipa (iOS)
Oversized upload
Rejected, not truncated
Duplicate version
Conflicts with the existing version — bump the version
Download a build back out
Not supported
To bring a binary under 500 MB, strip debug symbols, drop unused resources, or split by ABI and upload the split under test.
Build types
Upload a
.apk.The package name and version code are read from the binary.
Upload an
.ipabuilt and signed for a real device.A simulator build uploads successfully and then fails at install time, when the test plan runs.
Builds cannot be retrieved
Drizz does not serve the binary back. Keep every uploaded build in your own artifact store or CI cache.
Common mistakes
Uploaded a simulator build for an iOS plan
Upload blocked by Drizz
Deleted your local copy after uploading
The binary is gone. Drizz does not return it
Uploaded a 700 MB debug build
Rejected at the 500 MB cap
Re-uploaded the same version number
Conflicts with the existing version — bump the version
Assumed a build is kept indefinitely
Retention is not confirmed. A plan can fail on a missing build
Next
Test plans — selecting an app for a plan
Upload a build — registering from CI
Organizations & access — why apps are shared
Last updated: 6 August 2026
Last updated
Was this helpful?