Commit 2a5a7f6702c6e5f5b2d4e744ecf116b7edf3f202

Authored by 张旭
1 parent 575bc9f4

ReadMe

Showing 1 changed file with 37 additions and 1 deletions
README.md
1   -CNLiveAdSDKDemo
2 1 \ No newline at end of file
  2 +## 北京中投视讯 iOS广告SDK1.0_17/12/25
  3 +
  4 +##### 产品概述
  5 +
  6 +##### 版本更新说明
  7 +
  8 +##### 系统要求
  9 +1、最低支持iOS版本:iOS 8.0
  10 +2、支持的CPU架构:armv7,arm64,x86_64
  11 +
  12 +##### 集成方式
  13 +1.在[视讯云开放平台](open.cnlive.com)下载CNLiveADSDK,将SDK导入工程。
  14 +
  15 +2.为工程添加相应的Frameworks
  16 +
  17 +* CNLiveADSDK.framework
  18 +* AdSupport.framework (Optional)
  19 +* CoreLocation.framework
  20 +* QuarzCore.framework
  21 +* SystemConfiguration.framework
  22 +* CoreTelephony.framework
  23 +* libz.dylib 或 libz.tbd
  24 +* Security.framework
  25 +* StoreKit.framework
  26 +* WebKit.framework (Optional)
  27 +
  28 +![](http://ouctegv4k.bkt.clouddn.com/15141912727399.jpg)
  29 +
  30 +3.CNLiveADSDK需要联网,在工程的info.plist文件中添加键值对
  31 +
  32 +```
  33 +<key>NSAppTransportSecurity</key>
  34 +<dict>
  35 + <key>NSAllowsArbitraryLoads</key>
  36 + <true/>
  37 +</dict>
  38 +```
3 39 \ No newline at end of file
... ...