|
@@ -42,6 +42,7 @@ onResult: Receive sync result notifications.
|
|
|
##### 3.2. Add SDK
|
|
|
|
|
|
1.Add the AllPaySDK.h, libAllPaySDK.a files in allpaysdk to the project.
|
|
|
+
|
|
|
2.Import header files in the APPDelegate.m class: #import "allpaysdk/AllPaySDK.h", and add the following method
|
|
|
|
|
|
```c
|
|
@@ -99,6 +100,7 @@ Message description
|
|
|
##### 4.1 WX channel
|
|
|
|
|
|
1.Add the file under the allpaysdk/WXModule folder to the project.
|
|
|
+
|
|
|
2.Set APPID
|
|
|
After the merchant applies for the development of the APP application on the WeChat open platform, the WeChat open platform will generate the unique identifier APPID of the APP. Open the project in Xcode and set the URL Schemes in the project properties to your APPID, as shown by the icon red location.
|
|
|
|
|
@@ -185,6 +187,7 @@ Message description
|
|
|
##### 4.4 Apple Pay
|
|
|
|
|
|
1.Add the file under the allpaysdk/AppleModule folder to the project.
|
|
|
+
|
|
|
2.Open the apple pay function with Xcode, as shown below:
|
|
|
|
|
|

|