Skip to main content
volkankelleci
New Member
May 13, 2026
Solved

Silent install of non-Play Store (local) APKs on Google EMM managed devices

  • May 13, 2026
  • 2 replies
  • 216 views

Hi everyone,

I'm looking for a way to silently install a local APK (not distributed via managed Google Play) on devices managed through Google EMM (Android Enterprise), without any user interaction.

On my devices, the Device Owner is Google's own DPC (CloudDPC). I can install apps via AMAPI, but it requires a signature.

Is there any way to install apps without the signature requirement — for example, through my own app instead of going through AMAPI / managed Google Play?

In other words: with CloudDPC as the Device Owner, can a third-party app perform a silent install on its own, bypassing the AMAPI signature check?

Thanks!

Best answer by mattdermody

What you’re looking for is possible through custom DPC based EMM like SOTI, 42Gears, or WS1. Silent direct APK installs bypassing Google Play are exactly why those EMMs are still preferred for most mission critical device deployments. 

2 replies

Kirk
Community Manager
May 15, 2026

Hi ​@volkankelleci

The short answer is that with CloudDPC as the Device Owner, silent installs outside of the AMAPI-managed flow aren't possible through any supported path. The signature requirement isn't something you can route around, it's a deliberate part of Android Enterprise's security model, so there's no supported way for a third-party app to perform a silent install independently.

That said, if the barrier is getting your APK into managed Google Play, it might be more straightforward than you think. Google has documentation on publishing private apps directly through your EMM console, which only needs a title and an APK file and keeps the app completely invisible outside your organisation, check it out here: https://support.google.com/work/android/answer/9146439

Could you share a bit more about why you need to distribute outside of managed Play? That would help figure out if there's another angle to explore.

mattdermody
Level 3.0: Honeycomb
May 17, 2026

What you’re looking for is possible through custom DPC based EMM like SOTI, 42Gears, or WS1. Silent direct APK installs bypassing Google Play are exactly why those EMMs are still preferred for most mission critical device deployments.