问题标签 [mobileiron]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
16447 浏览

ios - iOS Client Certificates and Mobile Device Management

Our customers want to use an MDM (mobile device management) solution (MobileIron) to install client certificates onto corporate iOS devices, in order to limit access to certain corporate web services to corporate devices only.

MobileIron installs the client certificate into Settings > General > Profiles, which is the default location for certificates in iOS, and Safari can respond with this certificate when a corporate web service challenges it for one.

But I need the same thing to happen from within a custom app. When our app gets challenged for a certificate, I need to be able to respond with the certificate from Settings > General > Profiles. I have examples of responding with a certificate which is bundled with our app, and with a certificate which our app stores within its own keychain, but I do not have an example of responding with a certificate installed on the device in Settings > General > Profiles.

Can anyone explain to me more about what the NSURLAuthenticationChallengeSender protocol method -performDefaultHandlingForAuthenticationChallenge: does? Does default handling mean that iOS effectively responds to the challenge on behalf of the app? Can this response include a client certificate stored in Settings > General > Profiles?

Update

If the MDM could install a client certificate into the app keychain, that would be perfect.

0 投票
1 回答
800 浏览

mobile - MobileIron 应用程序分发要求

我正在为一家公司开发一个内部应用程序,该公司通过 MobileIron 将他们的应用程序分发到他们的 iPad。到目前为止,他们只分发来自 Appstore 的应用程序。我向他们发送了一个 IPA 文件,但他们无法安装它。有人知道我必须满足哪些要求才能导出与 MobileIron 兼容的应用程序吗?我有一个标准的开发者帐户。我试图联系 MobileIron 支持,但没有多大帮助。

0 投票
1 回答
4079 浏览

ios - 如何在 iOS 中集成 mobileiron sdk

我正在开发 iOS 中的企业级应用程序。我需要使用Appconnect 的 mobileiron来保护它。我在mobileiron网站上没有找到适用于 iOS 的 sdk 及其相关集成信息。我需要付费订阅才能获得它的 sdk 吗?我可以得到关于这个的一步一步的信息吗?

我不知道我是否应该在这里发布这个问题,因为我在这个网站论坛中没有找到 appconnect 或 mobileiron 标签。

0 投票
1 回答
2567 浏览

authentication - MobileIron 与 sharepoint 进行身份验证

我们是否有任何内置功能可以对用户从移动熨斗到 SharePoint 进行身份验证和授权?

用户将通过移动熨斗进行身份验证,现在他必须无缝登录 SharePoint。

0 投票
1 回答
932 浏览

jenkins - 作为 Jenkins Job 的一部分,如何将 CI 生成的 apk/ipa 文件推送到 MobileIron?

如何将我的 Jenkins CI 作业生成的 IPA/APK 文件自动推送到 Mobile Iron 管理的设备中?

谢谢,拉维库马尔

0 投票
1 回答
973 浏览

mobile - 带有自定义身份验证提供程序的 MobileIron SSO

是否可以跨多个应用程序进行 SSO,通过 MobileIron 安装,连接到受 SiteMinder 或任何自定义授权提供程序保护的后端服务/站点?

查看这个Stackoverflow 讨论MobileIron 视频,MobileIron SSO 似乎只能针对 KDC。

0 投票
1 回答
3826 浏览

ios - MobileIron 应用程序@工作错误

我尝试在 iPad 上部署 Apps@Work MobileIron 应用程序。该应用程序安装正确,我已使用 iResign 将其辞退。但是,当我启动它时,会出现一条错误消息:

无法打开 Apps@Work 您的设备未配置为访问 Apps@Work。请联系您的管理员以确保您的设备已注册并配置了受支持的 MobileIron 服务器。

然后我重定向到 Mobile @ Work 应用程序并出现以下消息:

Mobile@Work Erreur de l'application:不可能的公报 avec l'application。Veuillez contacter le développeur de l'application。L'ID du paquet d'applications est com.*

看来我在 Apps@Work 和 Mobile@Work 之间没有链接,我需要使用特定的证书或特定的捆绑包 ID 吗?我从不更改 Apps@Work 中的服务器 url,我需要吗?

谢谢

0 投票
1 回答
533 浏览

ios - 当 MDM (MobileIron) 上有新版本可用时,旧的 ios 应用程序会自动删除,但不会自动安装更新的应用程序

我的企业应用程序已使用MDM (MobileIron). 第一次安装不是问题。

但是,当安装了较新版本的应用程序时MDM,安装的旧版本会iPad自动删除,而不会发出任何警告。然后用户必须再次手动安装它。这很不寻常……对吧?

我正在CFBundleVersion为每个较新版本更新构建版本 ( )。我没有更改 CFBundleIdentifier。

可能是什么问题?有没有MDM我错过检查的设置?

0 投票
1 回答
230 浏览

sqlite - 如何在 iOS 应用程序中执行 SQLite 数据库加密 - MobileIron 可以吗?

我想在 iOS 应用程序包中包含一个 SQLite 数据库。MobleIron 是加密捆绑包还是开发人员需要加密数据库?

我正在使用适用于 iOS 的 MobileIron AppConnect

如果黑客窃取设备并试图读取数据库,可以采取哪些措施来保护数据库?

0 投票
1 回答
967 浏览

android - iOS 和 Android 应用偏好的 Mobile Iron MDM 兼容性

iOS我为和开发了一个移动应用程序Android。客户希望为他们的员工使用此应用程序,而他们的公司使用它Mobile Iron MDM来管理所有员工设备。应用程序中有一个偏好设置(Web 服务 URL),客户希望能够通过他们的 Mobile Iron 进行管理。

我的问题是,是否需要在我的 iOS 和 Android 应用程序中配置或更改任何特定内容,以便它们与 Mobile Iron MDM 兼容?具体来说,允许 Mobile Iron 管理用户设置。

我以前从未使用过 Mobile Iron 或任何 MDM,所以我不知道它是如何工作的。我查看了Mobile Iron 网站以获取信息,但您似乎需要成为合作伙伴才能访问很多技术信息。

我找到了这篇关于 iOS 和 MDM 的文章,它提到了NSUserDefaults但我不确定这是否是我应该寻找的。