############## Chinese ##############
|
|
### 目录
|
- EZOpenDynamicSDK:动态库SDK。
|
- EZOpenSDK:静态库SDK,一般开发者使用此SDK即可。
|
- EZOpenSDKDemo:示例代码工程,打开工程后记得将EZOpenSDK拖入对应位置。
|
- README.text:集成必读文档,一些说明及注意事项。
|
- ReleaseNotes.text:发布说明。
|
|
### 注意事项
|
1.如使用海外版本Demo,请将PrefixHeader.pch文件中宏定义设置为1。
|
2.请务必按照官网的集成步骤来集成。很多开发者反馈集成编译不通过或者程序崩溃,都是因为未看文档或者不按步骤操作导致的。
|
3.集成SDK时,请确保com.hri.hpc.mobile.ios.player.metallib和openssl库 资源文件已经加入到你的 XCode 项目工程中,否则会导致程序崩溃。(openssl版本号为1.1.1,如果项目中有其他版本的openssl或者其他三方SDK中内置了其他版本的openssl,可能会在使用某些功能的时候导致程序崩溃,请做好openssl库的适配,或者谨慎升级EZOpenSDK。动态库中已经内置openssl。)
|
4.优先参照EZOpenSDKDemo中的功能代码,官网中的代码更新可能有延迟或缺失。
|
|
|
############## English ##############
|
|
### Catalogue
|
- EZOpenDynamicSDK:Dynamic SDK.
|
- EZOpenSDK:Static library, general developers can use this SDK.
|
- EZOpenSDKDemo:Sample code project. After opening the project, remember to drag the EZOpenSDK to the corresponding location.
|
- README.text:Integration required document, some descriptions and precautions.
|
- ReleaseNotes.text:Release notes.
|
|
### Descriptions and precautions
|
1.If you are using an overseas version demo, please set the macro definition in the PrefixHeader.pch file to 1.
|
2.Please follow the integration steps on the official website. Many developers reported that the integration compilation failed or the program crashed because they did not read the document or did not follow the steps.
|
3.When integrating the SDK, please ensure that the com.hri.hpc.mobile.ios.player.metallib and OpenSSL library resource file has been added to your Xcode project,, otherwise the program will crash.(The OpenSSL version number is 1.1.1. If there are other versions of OpenSSL in the project or other versions of OpenSSL are built in other third-party SDKs, the program may crash when using some functions. Please adapt the OpenSSL library or carefully upgrade the ezopensdk. OpenSSL is already built in the dynamic library.)
|
4.The function code in ezopensdkdemo is preferred. The code update in the official website may be delayed or missing.
|