User Profile
CoreyC
Google Community Manager
Joined 2 years ago
User Widgets
Contributions
Re: Zero Touch Configuration Profiles
Hey DanielHill, I believe what you are seeing is expected behavior. Based on your description you have setup direct integration between your EMM and the ZT portal. This integration is what we call the zero-touch iframe. When using the ZT iframe your devices will be set to use the configuration supplied by your EMM. You create that configuration during the linking process (step #4 in the link above). Below is a screenshot of the page where you create the configuration when linking the ZT iframe to your EMM. "Enterprise Default Profile" is the name we use in the ZT portal to indicate that this device will receive a profile from the linked EMM. So it's expected that your EMM would only count the devices with the Enterprise Default Profile. I hope this helps, let me know if you have any other questions.4.6KViews0likes0CommentsRe: Reviews and Tracks
Hey GH96, App release should be per track. Under the "Release" settings in the play developer console you can click "Production". That page should have a button to "Create new release" (screenshot below). That release would only apply to your Production track and shouldn't affect your other test tracks. Read more here.822Views0likes0CommentsRe: Disabling MAC Address Randomization for Non-Samsung Devices.
Hey All, So as far as I'm aware we don't have a way to disable MAC randomization on 9, 10, or 11 but its something we added in 13 with setMacRandomizationSetting. Specific OEMs (like Samsung or Zebra) may have an option to disable randomization prior to 13. That being said the randomized MAC is persistent per managed SSID (until factory reset) and your EMM should be able to use getRandomizedMacAddress() to get the randomized MAC for the network on configuration. So in theory although the MAC address is randomized it should be easy enough for your EMM to get it and pass it to your network management system. Would the persistent randomized MAC address work for your use case?6.2KViews1like0Comments