ifish/Ifish/GWP2PSDK/SDK使用说明

10 lines
541 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

为了防止与其它SDK冲突我们整合了所有静态库打包成了一个动态库因此整个SDK只有一个framework不需要加入任何依赖。
使用步骤:
1.使用动态库的集成方式集成GWP2P.framework即在Embedded Binaries中进行添加
2.参考Demo调用接口即可。
注意事项:
1.SDK文件夹中的GWP2P.framework是真机版另一个压缩包中是模拟器+真机版;
2.平时开发建议用模拟器+真机版,打包上架时动态库要用纯真机版,否则无法上架。