|
@@ -224,12 +224,15 @@ resultDic,转为 json 字符串,格式如下:
|
|
|
|
|
|
1.将allpaysdk/AliPayPlusModule渠道文件夹下的文件添加到项目中
|
|
|
|
|
|
-2.项目设置APPID
|
|
|
- 在Xcode中打开项目,设置项目属性中的URL Schemes为allpaysdk, identifier为com.allpayx.sdk,如图标红位置所示
|
|
|
+2.项目设置
|
|
|
+ (1)在Xcode中打开项目,设置项目属性中的URL Schemes为allpaysdk, identifier为com.allpayx.sdk,如图标红位置所示
|
|
|
|
|
|

|
|
|
-
|
|
|
|
|
|
+ (2)确保添加 "-ObjC" to Build Settings > Linking > Other Linker Flags to use class category.
|
|
|
+
|
|
|
+ (3) 如果出现 "Undefined symbol" 错误, try add "-fprofile-instr-generate" to Build Settings > Linking > Other Linker Flags to resolve the error.
|
|
|
+
|
|
|
|
|
|
|
|
|
## 5.SDK下载
|