简体   繁体   English

当我尝试在app store上传新版本时获取appunes错误90046 for applink

[英]when i try to upload new build on app store getting itunes error 90046 for applink

I am using firebase dynamic link when trying archive and upload to app store with new build getting error. 我在尝试存档时使用firebase动态链接 ,并使用新版本获取错误上传到应用商店。

Associated domain is well set and enabled from capabilities in xcode. 通过xcode中的功能可以很好地设置和启用关联域。

Need help. 需要帮忙。

The error description is as follow: 错误描述如下:

iTunes Store Operation Failed iTunes Store操作失败

description length:15189238 描述长度:15189238

iTunes store Operation Failed iTunes商店操作失败

ERROR ITMS-90046: "Invalid Code Signing Entitlement.Your application signature contains code signing entitlement that are not supported on iOS. Specifically, value 'applinks://abcd.app.goog.gl/' for key 'com.apple.developer.associated-domains' in 'Payload/Myapp.app/Myapp' is not supported" 错误ITMS-90046:“无效的代码签名权利。您的应用程序签名包含iOS上不支持的代码签名权利。具体而言,值'applinks://abcd.app.goog.gl/'用于密钥'com.apple.developer不支持“Payload / Myapp.app / Myapp”中的.associated-domains'

I guess applinks://abcd.app.goog.gl is wrong. 我想applinks://abcd.app.goog.gl是错误的。 Might you try to change your configuration with applinks:abcd.app.goog.gl ? 您是否可以尝试使用applinks:abcd.app.goog.gl更改配置applinks:abcd.app.goog.gl

applinks:abcd.app.goog.gl

You say that your associated domains are well set in Project Settings -> Capabilities . 您说您的关联域在Project Settings -> Capabilities很好。 Are you sure then, that you have used correct certificate? 你确定,你使用过正确的证书吗? I would check it again if it's a production environment cert. 如果它是生产环境证书,我会再次检查。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM