【发布时间】:2022-11-10 11:25:31
【问题描述】:
我有一个可以从 Play 商店和 Intune 安装的员工应用程序。
从 Intune Managed Device 安装和使用应用程序后,我需要将 Intune Device ID 报告回我的后端,以便我们可以使用 MS Graph API 交叉引用一些数据。
文档说如果您的应用程序已配置,您可以访问配置设计器https://learn.microsoft.com/en-us/mem/intune/apps/app-configuration-policies-use-android#use-the-configuration-designer 并通过配置策略发送值,例如Intune Device ID。
我将 Intune Android SDK 添加到我的 Android 应用程序中,但是,配置设计器根本不显示,例如 MS Authenticator 应用程序。
如何获取要为我的应用程序显示的配置?
如何配置应用程序策略以设置 Intune Device ID 以便我可以阅读我的应用程序?
我会对其他可识别的设备信息感到满意。
【问题讨论】:
标签: android mdm intune android-work-profile