IDGraph iOS Getting Started
於 2017年11月23日 (四) 08:26 由 imported>Wikiuser 所做的修訂 (→整合至應用程式)
系統需求
- iOS 8.0或以上的版本
- Xcode 8或以上的版本
整合至應用程式
- 將TAMIdGraph.framework加入iOS Project中
- 確認下列framework是否有加入
- AdSupport.framework
- UIKit.framework
- 確認TAMIdGraph.framework有成功加入
Next step:回報追蹤 Tracking
Swift專案
- 若是專案事使用swift時,需要在專案-Bridging-Header.h(參考:https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)
內加入#import <TAMIdGraph/TAMIdGraph.h>