I am working on a custom EMM MDM solution. I did a lot of study about it and I came across these two APIs.
- Android Management API
- Google EMM API
Now I have few questions about these two APIs
- I did about these two APIs individually but i don't why i find these APIs similar in functionality I just want to know the main difference between of both these APIs or advantage and disadvantage of both APIs.
- While provisioning a device with android management API, In DPC identifier method we write afw#setup when prompted to sign in which downloads Android Device Policy application but other MDMs for example In tiny MDM when user is going to enroll device, he writes afw#tinymdm when prompted to sign in which downloads their own application. Now what i need to do develop my own application and i write a code which downloads my app and user gets enrolled
- What is actually NFC? In the documentation they wrote there is an admin device and u need to bump other device with admin device to enroll device. I did same but nothing happens.
- How can i share the files and contacts with all enrolled devices in android management API
- How can i track the physical location of device in android management API
I eagerly wants the answer of these questions that I found nowhere yet.