chengyanfang

3.1.0

Showing 1 changed file with 14 additions and 6 deletions
@@ -345,17 +345,25 @@ HHSDKOptions.default.setCallExtension(callExtension: "xxx") @@ -345,17 +345,25 @@ HHSDKOptions.default.setCallExtension(callExtension: "xxx")
345 345
346 配置步骤如下: 346 配置步骤如下:
347 347
348 -Step1: 348 +Step1: 在 Targets - Info - URL Types下增加:
349 349
350 -在 Targets - Info - URL Types下增加: 350 +```
  351 +URL1:
  352 +identifier: ''
  353 +URL Schemes: hh-medic.com
  354 +
  355 +URL2:
  356 +identifier: ''
  357 +URL Schemes: alipays
351 358
352 -![image-20210317133123363](/Users/chengyanfang/Library/Application Support/typora-user-images/image-20210317133123363.png) 359 +URL3:
  360 +identifier: 'eleme'
  361 +URL Schemes: cash.tb.ele.me
  362 +```
353 363
354 -![image-20210317133146190](/Users/chengyanfang/Library/Application Support/typora-user-images/image-20210317133146190.png)  
355 364
356 -Step2:  
357 365
358 -在AppDelegate下配置如下代码: 366 +Step2: 在AppDelegate下配置如下代码:
359 367
360 ``` 368 ```
361 func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool { 369 func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {