简体   繁体   English

从 firebase App Distribution,iOS 16 打开应用程序需要开发者模式

[英]Developer mode required to open app from firebase App Distribution, iOS 16

We use Firebase App Distribution to share app with testers and customers, but now they're getting a "Developer mode required" message.我们使用 Firebase App Distribution 与测试人员和客户共享应用程序,但现在他们收到“需要开发人员模式”的消息。 Perhaps someone has had such a situation and you know how to fix it, we know that we can switch on the developer mode, but we don't want to burden testers and customers with this.也许有人遇到过这样的情况,你知道如何解决它,我们知道我们可以打开开发者模式,但我们不想给测试人员和客户增加负担。 Can we avoid including the developer mod for Firebase App Distribution?我们可以避免包含 Firebase App Distribution 的开发者模组吗?

firebaser here炮兵在这里

If you're using ad hoc distribution on iOS 16 or later, your pre-release testers will indeed have to enable developer mode as shown in the Apple docs on Enable Developer Mode .如果您在 iOS 16 或更高版本上使用临时分发,您的预发布测试人员确实必须启用开发人员模式,如 Apple 文档中的启用开发人员模式所示。 Specifically from there:具体从那里:

to enable Developer Mode go to Settings > Privacy & Security on the iOS device.在 iOS 设备上启用开发者模式 go 到设置 > 隐私和安全。 Scroll down to the Developer Mode list item and navigate into it.向下滚动到 Developer Mode 列表项并导航到它。 To toggle Developer mode, use the “Developer Mode” switch.要切换开发者模式,请使用“开发者模式”开关。

This workaround is now also in our FAQ under "Developer Mode Required" error when trying to run test app and we're working to signal it in the UI, which is unfortunately the best we can do at the moment.这个解决方法现在也在我们的常见问题解答中, 在尝试运行测试应用程序时出现“需要开发人员模式”错误,我们正在努力在 UI 中发出信号,不幸的是,这是我们目前能做的最好的事情。

Did you add your testers' UDID to your Apple Dev account before creating the test build?在创建测试版本之前,您是否将测试人员的 UDID 添加到您的 Apple Dev 帐户? This was the correct approach before iOS 16.这是 iOS 16 之前的正确方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase 应用程序检查不适用于 iOS 16 - Firebase app check not working with iOS 16 iOS 16 + Firebase:应用程序引用非公共选择器确定AppInstallationAttributionWithCompletionHandler: - iOS 16 + Firebase: The app references non-public selectors determineAppInstallationAttributionWithCompletionHandler: 从 Firebase 上传应用到 Google Play Android - Upload App From Firebase App Distribution to Google Play Android Firebase 无密码电子邮件身份验证不会在 iOS 上打开应用程序 - Firebase Passwordless Email Authentication doesn't open app on iOS 在 Firebase 应用程序分发中链接到 Google Play 的问题 - Issue Linking to Google Play in Firebase App Distribution 将 IOS firebase 应用程序连接到我的 flutter 应用程序 - Connecting IOS firebase app to my flutter app Firebase 通过 Fastlane 的应用程序分发“服务器响应状态 404” - Firebase app distribution via Fastlane "the server responded with status 404" 当 apk 来自 Firebase App Distribution 时,Google 登录(OAuth)不起作用 - Google sign in(OAuth) does not work when the apk is from Firebase App Distribution 如何将我的 AAB 从 Firebase 应用分发导出到 Play 商店? - How can I export my AAB from Firebase app distribution to Play store? iOS 应用程序未收到 Firebase 通知 - iOS app not receiving Firebase notifications
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM