h***@keo.plus
h***@keo.plus
  • 发布:2024-11-12 12:46
  • 更新:2024-11-13 01:27
  • 阅读:119

iOS上架审核 【离线打包】 xcframeworks 签名问题

分类:uni-app

环境:使用的是最新版的打包(4.29)
打包方式: 离线打包
集成功能; Google Login && Apple Login
按照文档进行配置,集成过程中发现build可以通过,但是真机运行报错,遂在Xcode General下 找到对应的 xcframeworks
选择 Embed and Sign. 可以真机运行!
iOS 应用审核时提示下方错误, 应该如何解决???

以下是邮件内容

    • Your app includes “Frameworks/AppAuth.framework/AppAuth”, which includes AppAuth, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.

ITMS-91065: Missing signature - Your app includes “Frameworks/GTMAppAuth.framework/GTMAppAuth”, which includes GTMAppAuth, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.

ITMS-91065: Missing signature - Your app includes “Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher”, which includes GTMSessionFetcher, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.

ITMS-91065: Missing signature - Your app includes “Frameworks/GoogleSignIn.framework/GoogleSignIn”, which includes GoogleSignIn, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.
查看附近 确实没有签名

2024-11-12 12:46 负责人:无 分享
已邀请:
h***@keo.plus

h***@keo.plus (作者)

Hi @DCloud_iOS_WZT 可以帮忙看下问题不

h***@keo.plus

h***@keo.plus (作者)

需要用自己App store的签名证书对xcframework 文件进行自签名。

要回复问题请先登录注册