Question How to lock the app that no one should uninstall

Harish2022

New member
Nov 27, 2024
2
0
1
We are trying to implement a feature that no one can uninstall our app, because we are using the app for tracking purpose of our sales persons so that we can track them day in day out. We are using react-native for the development of app.

How could we implement this in our app...?
 
Welcome to Android Central! It sounds like you should be using a MDM solution (Multiple Device Management), which can manage employee devices and prevent them from uninstalling certain apps.
 
  • Like
Reactions: Laura Knotek
Welcome to Android Central! It sounds like you should be using a MDM solution (Multiple Device Management), which can manage employee devices and prevent them from uninstalling certain apps.
Thank you for you suggestion. I haven't heard of this before, can i get some more context on this..?