「IDGraph iOS Getting Started」修訂間的差異
跳至導覽
跳至搜尋
imported>Wikiuser (新頁面: == 系統需求 == * iOS 8.0或以上的版本 * Xcode 8或以上的版本 == 整合至應用程式 == # 將TAMIdGraph.framework加入iOS Project中 # 確認下列framework是否有...) |
imported>Wikiuser |
||
行 14: | 行 14: | ||
*若是專案事使用swift時,需要在專案-Bridging-Header.h(參考:https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)<br>內加入#import <TAMIdGraph/TAMIdGraph.h> | *若是專案事使用swift時,需要在專案-Bridging-Header.h(參考:https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)<br>內加入#import <TAMIdGraph/TAMIdGraph.h> | ||
[[檔案:Idgrapsh_sdk2.png|900px]] | [[檔案:Idgrapsh_sdk2.png|900px]] | ||
[[IDGraph_iOS_SDK_Developer_Guide|回IDGraph iOS guide]] |
於 2017年11月13日 (一) 08:23 的修訂
系統需求
- iOS 8.0或以上的版本
- Xcode 8或以上的版本
整合至應用程式
- 將TAMIdGraph.framework加入iOS Project中
- 確認下列framework是否有加入
- AdSupport.framework
- UIKit.framework
- 確認iOS SDK是否有加入framework
Swift專案
- 若是專案事使用swift時,需要在專案-Bridging-Header.h(參考:https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)
內加入#import <TAMIdGraph/TAMIdGraph.h>