The first on-device consent enforcement engine. Blocks tracking SDKs at initialization, not the network layer.
Real, runtime architecture integrations within production environments.
Pre-built testing APKs for TicTacToe and Sunflower are available in the samples/ folder on our GitHub repository.
Validating zero-latency tracing constraints within fast-refresh rendering frames to prevent operational lag while intercepting advertising packages.
CookiePrime engine integrated directly into Google's official Sunflower code build alongside Firebase Analytics, Facebook SDK, and Mixpanel infrastructure.
Real ADB logcat output tracking the complete operational scanning and whitelisting loops inside our Sunflower test container.
Prevent accidental runtime drops by explicitly configuring trusted internal modules and enterprise system packages.
Explicitly mark your private corporate tracking classes or non-commercial application features as safe. The compilation signature analysis engine completely bypasses runtime blocking for any matching entries.
Assign unique custom authorization groups directly to unknown matching classes right inside your initialization loop, bypassing strict default drop actions completely.
Drop the lightweight archive into your local build project's library tree directory.
implementation(files("libs/cookieprime-android-sdk-release.aar"))
Trigger a safe single-line check sequence directly within your primary initialization class payload.
CookiePrime.init(this, "TRIAL-12345678")
Query state variables at runtime to safely gate commercial modules based on user parameters.
CookiePrime.isConsentGiven("analytics")
Zero external server handshakes required • 100% On-Device Protection • Offline verification
The public evaluation AAR points to our centralized testing VM. For commercial use, partners can request a custom AAR redirected to their own dedicated Database and VM.