「Getting Started Guide」修訂間的差異

出自TAMedia
跳至導覽 跳至搜尋
imported>Wikiuser
imported>Wikiuser
行 20: 行 20:
#* target.png
#* target.png
#* mute.caf
#* mute.caf
# 確認原本iOS project是否有下列framework, 若無則加入下列framework
# 確認iOS SDK是否有加入framework, 若無則將其加入framework
#* CoreTelephony.framework
#* libTWMTAMediaAdsSDK.a
#* CoreLocation.framework
#* SystemConfiguration.framework
#: [[檔案:sdk-framework.png]]
#: [[檔案:sdk-framework.png]]
# 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)
# 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)

於 2014年6月24日 (二) 09:09 的修訂

系統需求

  • 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
    • target.png
    • mute.caf
  2. 確認iOS SDK是否有加入framework, 若無則將其加入framework
    • libTWMTAMediaAdsSDK.a
    Sdk-framework.png
  3. 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)
    Objc-flag.png



Back