Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_sdk_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2017-03-16 09:12:36 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2274de6ba4e8cc59118100cfa113a45995932be4
2274de6b
1 parent
4aa59390
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
2274de6
...
...
@@ -45,6 +45,18 @@
4)第三方开源库说明
<br>
本SDK在json解析使用过程中,使用了第三份开源库SBjson,如油冲突,可导出头文件,删除改库中其它类引用,使用SDK中的SBjson类进行解析。
5)ios9以上 https 链接需要在Info.plist 添加
<key>
NSAppTransportSecurity
</key>
<dict>
<key>
NSExceptionDomains
</key>
<dict>
<key>
sdk.i9133.com
</key>
<dict>
<key>
NSExceptionMinimumTLSVersion
</key>
<string>
TLSv1.0
</string>
</dict>
</dict>
</dict>
### 2.登录窗口和接口说明
#### 2.1.登录
**登录流程**
...
...
Please
register
or
login
to post a comment