Getting Started Guide

出自TAMedia
於 2014年6月24日 (二) 06:25 由 imported>Wikiuser 所做的修訂 (新頁面: == 系統需求 == * iOS 5.0或以上的版本 * Xcode 5或以上的版本 == 整合至應用程式 == # 將SDK加入iOS Project中, 包含下列檔案: #* libTWMTAMediaAdsSDK.a #* T...)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋

系統需求

  • iOS 5.0或以上的版本
  • Xcode 5或以上的版本


整合至應用程式

  1. 將SDK加入iOS Project中, 包含下列檔案:
    • libTWMTAMediaAdsSDK.a
    • TADAdSize.h
    • TADBannerView.h
    • TADBannerViewDelegate.h
    • TADInterstitial.h
    • TADInterstitialDelegate.h
    • TADRequest.h
    • TADRequestError.h
    • TADVideoAdView.h
    • TADVideoAdViewDelegate.h
    • close.png
    • facebook.png
    • icon2.png
  2. 確認原本iOS project是否有下列framework, 若無則加入下列framework
    • CoreTelephony.framework
    • CoreLocation.framework
    • SystemConfiguration.framework
    IOS framework.png
  3. 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)
    IOS OtherLinkerFlags.png



Back