diff --git a/AppDocs/usesdk/ios.md b/AppDocs/usesdk/ios.md index 6eaa2f6d94ec59de9924f3a82d9f2f25cc56fed7..d292ecfcc70bb768d1fd69adfbfb118fa4e0c004 100644 --- a/AppDocs/usesdk/ios.md +++ b/AppDocs/usesdk/ios.md @@ -122,7 +122,7 @@ iOSSDK/SDK/Libs/liblibUI.a ### 配置应用标识(Bundle Identifier) -选择左侧应用工程根目录,选中TARGETS下的HBuilder打开工程属性界面,在General下修改Identity的值: +选择左侧应用工程根目录,选中TARGETS下的HBuilder打开工程属性界面,在General下修改Identity的值:(Xcode 13.31 在General旁边的signing开头的选项里面配置Bundle Identifier) ![](https://img.cdn.aliyun.dcloud.net.cn/nativedocs/5SDKiOS/IntegrationProject/gongboundleID.png) 其中,Bundle Identifier为苹果的AppID,必须与应用发布时配置的Profile关联的AppID一致;