【发布时间】:2021-09-23 15:58:45
【问题描述】:
我有一个基于 React Native 配置的 App Clip。
但是当我通过 Xcode 启动 App Clip 时,这是错误消息:
Details
Unable To Install “VeNo”
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Please try again later.
Recovery Suggestion: Application identifier of the parent app, "G9ZB929PTN.org.reactjs.native.example.VeNo", is not a prefix of the application identifier of the app clip, "G9ZB929PTN.com.theobouwman.VeNoClip"
--
Application identifier of the parent app, "G9ZB929PTN.org.reactjs.native.example.VeNo", is not a prefix of the application identifier of the app clip, "G9ZB929PTN.com.theobouwman.VeNoClip"
Domain: MIInstallerErrorDomain
Code: 150
User Info: {
FunctionName = "-[MIInstallableBundle _performAppClipSpecificValidationForEntitlements:isAppClip:withError:]";
LegacyErrorString = AppClipBundleIDNotPrefixed;
SourceFileLine = 1180;
}
--
System Information
macOS Version 11.6 (Build 20G165)
Xcode 12.5.1 (18212) (Build 12E507)
Timestamp: 2021-09-23T17:56:48+02:00
我该如何解决这个问题?
【问题讨论】:
-
更改应用剪辑的捆绑标识符以使用其父应用的捆绑标识符作为前缀?
-
@shim 我不知道 G9ZB929PTN.org.reactjs.native.example.VeNo 是从哪里来的......以及改变在哪里。
-
我建议您使用这些详细信息更新您的问题
标签: ios xcode react-native apple-appclips