Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.demo.trtc
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chengyanfang
2021-03-17 13:49:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c33aa0b1ad9502a0b082d7127a109e54c91d7191
c33aa0b1
1 parent
71e53388
3.1.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
README.md
README.md
View file @
c33aa0b
...
...
@@ -345,17 +345,25 @@ HHSDKOptions.default.setCallExtension(callExtension: "xxx")
配置步骤如下:
Step1:
Step1:
在 Targets - Info - URL Types下增加:
在 Targets - Info - URL Types下增加:
```
URL1:
identifier: ''
URL Schemes: hh-medic.com
URL2:
identifier: ''
URL Schemes: alipays

URL3:
identifier: 'eleme'
URL Schemes: cash.tb.ele.me
```

Step2:
在AppDelegate下配置如下代码:
Step2:
在AppDelegate下配置如下代码:
```
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
...
...
Please
register
or
login
to post a comment