Browse Source

更新 'v5/ios/iOS_Integration_Specification_CH.md'

benson.zhang 2 years ago
parent
commit
9e9ebd605b
1 changed files with 9 additions and 1 deletions
  1. 9 1
      v5/ios/iOS_Integration_Specification_CH.md

+ 9 - 1
v5/ios/iOS_Integration_Specification_CH.md

@@ -222,7 +222,15 @@ resultDic,转为 json 字符串,格式如下:
 
 ### 4.5 AliPayPlus渠道
 
-1.将allpaysdk/AliPayPlusModule渠道文件夹下的文件添加到项目中
+1.添加模块
+  (1)将allpaysdk/AliPayPlusModule渠道文件夹下的文件添加到项目中
+  (2)Add AlipayPlusClient.framework to your project. Make sure to select Copy items if needed.
+  (3)Add AlipayPlusClient.framework/AlipayPlusResource.bundle to your project. Make sure to select Copy items if needed.
+  
+  如图标红位置所示
+
+  ![image](https://git.allpayx.com/OpenAPI/common/raw/master/images/ios_alipayplus_02.png)  
+  
 
 2.项目设置
    (1)在Xcode中打开项目,设置项目属性中的URL Schemes为allpaysdk, identifier为com.allpayx.sdk,如图标红位置所示