简体   繁体   English

在启用关联域的情况下将应用程序更新到应用商店中的问题

[英]Issue in Updating App to appstore with Associated Domains enabled

While uploading app to Itunes Store I am getting following error, can any one please help me solving this? 将应用程序上载到Itunes Store时,出现以下错误,请问有人可以帮助我解决此问题吗?

My app supports Deeplinking and Universal Linkings via Website and Emails so I have added associated domains in my Capabilities file. 我的应用程序支持通过网站和电子邮件进行深度链接和通用链接,因此我在功能文件中添加了相关的域。

ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'applinks:www.some-app.com/*' for key 'com.apple.developer.associated-domains' in 'Payload/myapp.app/myapp' is not supported." 错误ITMS-90046:“无效的代码签名权利。您的应用程序捆绑包的签名包含iOS上不支持的代码签名权利。具体地说,键'com.apple.developer的值'applinks:www.some-app.com/*' “ Payload / myapp.app / myapp”中的“ .associated-domains”不受支持。”

I can not disable this option as this is required for my app. 我无法禁用此选项,因为这是我的应用程序所必需的。

Hi there and welcome to StackOverFlow. 嗨,欢迎来到StackOverFlow。 It looks like the syntax for the entry is incorrect. 看起来该条目的语法不正确。

'applinks:www.some-app.com/* is not a correct entry as you can only define domains and not paths in the associated domains entry. 'applinks:www.some-app.com/*不是正确的条目,因为您只能定义域,而不能在关联的域条目中定义路径。 Please correct it to 'applinks:www.some-app.com' and give it a try. 请更正为'applinks:www.some-app.com' ,然后尝试一下。

As per Apple's docs, you must specify the paths etc. in the site association file: https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html 根据Apple的文档,您必须在网站关联文件中指定路径等: https : //developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html

There you can specify the regex/path pattern. 在那里您可以指定正则表达式/路径模式。

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

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