Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I have a custom app on the phone that needs to grab the Headwind assigned Id in Java. Is there a way to grab that? The Id we assign when adding it to the MDM.
by (620 points)

1 Answer

+1 vote

Yes, you can do that by using Headwind MDM API, see more details here: https://h-mdm.com/headwind-mdm-api/

The method returning the device ID is HeadwindMDM.getDeviceId()

by (34.3k points)
You rock, thanks!
...