Getting Started
於 2014年1月28日 (二) 03:10 由 imported>Wikiuser 所做的修訂 (新頁面: == 需求 == * iOS 4.3或以上的版本 * Xcode 5或以上的版本 == 整合至應用程式 == # 將下列檔案加入iOS Project中 #* libTWMTAMediaView.a #* TWMTAMediaView.h #* T...)
需求
- iOS 4.3或以上的版本
- Xcode 5或以上的版本
整合至應用程式
- 將下列檔案加入iOS Project中
- libTWMTAMediaView.a
- TWMTAMediaView.h
- TWMTAMediaInterstitialView.h
- CloseButton.png
- 確認原本iOS project是否有下列framework, 若無則加入下列framework
- CoreTelephony.framework
- CoreLocation.framework
- SystemConfiguration.framework
- 在Targets -> Build Setting裡面設定Other Linker Flags為-ObjC(參考http://developer.apple.com/library/mac/#qa/qa1490/_index.html)