简体   繁体   English

设备 UDID 已存在于我的开发人员帐户中,但仍出现错误,因为在 firebase 和 fastlane 中等待开发人员

[英]Device UDID is already present in my developer account still getting the error as waiting for developer in firebase and fastlane

I am trying to build the app and upload to firebase through fastlane.我正在尝试构建应用程序并通过 fastlane 上传到 firebase。

Add distributed successfully, but after the distribution the app shows the Waiting for developer and need to add the UDID.添加分发成功,但分发后应用显示等待开发者,需要添加UDID。

But already I have added that UDId of the user in my provisioning profiles?但是我已经在我的配置文件中添加了用户的 UDId 吗?

How this will be happen?这将如何发生?

Not fully understanding the context here but whenever I ran in a similar issue I need to archive the build once again making sure it gets the updated provisioning profile.不完全理解这里的上下文,但每当我遇到类似的问题时,我需要再次归档构建,以确保它获得更新的配置文件。

Also, if you use SIGH and you want all your devices being added automatically, every build I recommend using force option.此外,如果您使用 SIGH 并且希望自动添加所有设备,我建议每次构建都使用force选项。

http://docs.fastlane.tools/actions/sigh/#parameters http://docs.fastlane.tools/actions/sigh/#parameters

For firebase distribution using the fastlane, I need to set the adhoc certificate.对于使用 fastlane 的 firebase 分发,我需要设置临时证书。 The above issue got because I have distributed the app using AppStore provisioning profile.出现上述问题是因为我使用 AppStore 配置文件分发了该应用程序。

Added the export_method as Adhoc and run the build it get succeeded and able to install the app on my phone.将 export_method 添加为 Adhoc 并运行构建,它成功并能够在我的手机上安装该应用程序。

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

相关问题 需要在开发者帐户中修改同一设备的UDID - Need to modify same device UDID in developer account Fastlane Apple Developer 帐户凭据 - Fastlane Apple Developer account credentials 使用免费的开发人员帐户添加测试人员的UDID - Adding UDID of testers with free developer account Xcode:未找到开发人员证书,但它们存在于我的开发人员帐户中 - Xcode: No Dev Certificate found, but they are present in my developer account 如果我的Apple开发者帐户已过期,安装的应用程序是否仍在运行? - If my apple developer account is expired, is installed application still running? Flutter: 无法安装应用程序,因为在开发者帐户中添加了 Iphone 设备的 UDID 后仍无法验证其完整性 - Flutter: App cannot be installed because its integrity can not be verified even after adding UDID of Iphone device on Developer account Apple Developer Portal 添加 UDID:“无效或已注册” - Apple Developer Portal adding UDID: 'invalid or already registered' 如果我从开发者帐户中删除设备,这会影响配置文件吗? - If I delete device from my developer account will it affect the provisioning profile? 从我的开发者帐户中删除设备以增加计数 - Delete a device from my developer account to increase the count 使用 fastlane match 给我:您的开发者帐户需要更新 - Using fastlane match gives me: your developer account needs to be updated
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM