Getting Started Guide
於 2014年7月14日 (一) 06:23 由 imported>Wikiuser 所做的修訂
系統需求
- iOS 5.0或以上的版本
- Xcode 5或以上的版本
整合至應用程式
- 將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
- 確認iOS SDK是否有加入framework, 若無則將其加入framework
- libTWMTAMediaAdsSDK.a
- 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)