我不确定为什么 Apple 会因为这个原因拒绝我的构建:
无效的代码签名权利- 您的应用程序包的签名包含不受支持的代码签名权利。请检查您的 Xcode 项目的代码签名权利配置,并删除任何不需要的权利。
具体来说,不支持密钥“应用程序间音频”。
我的应用程序甚至没有使用该 API。我们的应用程序基本上使用 AFNetworking 和 SVGHud 库,它捕获视频/照片并将其上传到 Web 服务器。
苹果拒绝构建的任何原因?我该如何解决这个错误?
我不确定为什么 Apple 会因为这个原因拒绝我的构建:
无效的代码签名权利- 您的应用程序包的签名包含不受支持的代码签名权利。请检查您的 Xcode 项目的代码签名权利配置,并删除任何不需要的权利。
具体来说,不支持密钥“应用程序间音频”。
我的应用程序甚至没有使用该 API。我们的应用程序基本上使用 AFNetworking 和 SVGHud 库,它捕获视频/照片并将其上传到 Web 服务器。
苹果拒绝构建的任何原因?我该如何解决这个错误?
We were getting same error... this is because the key "inter-app-audio" was enabled in our application ID.
We disabled this feature and re-created the App Id and re-generated the binary with updated provisioning profile and uploaded. Now it’s working fine and the status is set to "Waiting For Review"