문제

Does anyone know if PushLink can do silent updates? That is, download the app and install it without any interaction from the user?

The PushLink website is quite sparse on documentation regarding features available so I can't be sure.

Or does anyone know if it's possible to have a silent installer for android? I basically have android devices that will not do any user interaction and I need to be able to update my apps running on them.

도움이 되었습니까?

해결책

There's no official way to install anything on Android device without user interaction. Which is a good thing, because it prevents a lot of possible malware and exploits from working.

다른 팁

Yes, it is possible since version 3.1.0 released at 2012.04.23.

Take a look at NINJA strategy

NINJA (Only for rooted devices) The application is just re-launched in a new version. There isn't notification. BETA!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top