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.平时开发建议用模拟器+真机版,打包上架时动态库要用纯真机版,否则无法上架。