【发布时间】:2020-01-19 06:29:57
【问题描述】:
我想将 iOS 应用上传到应用商店。为此,我为应用目标选择了分发证书。我有Notification Service Extension 和Notification Content Extension,并且我已经设置了自动管理签名。
我收到此错误"Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's."。
如果我为内容和服务选择 iOS 分发,则会出错。
我可以做些什么来分发我的应用程序?
【问题讨论】:
-
您必须对二进制文件使用相同的登录证书。这可能是help
标签: ios xcode push-notification ios-app-signing