「IDGraph iOS Getting Started」修訂間的差異
跳至導覽
跳至搜尋
imported>Wikiuser |
CharlesWang(留言 | 貢獻) |
||
行 1: | 行 1: | ||
== 系統需求 == | == 系統需求 == | ||
* iOS | * iOS 13.0或以上的版本 | ||
* Xcode | * Xcode 11或以上的版本 | ||
== 整合至應用程式 == | == 整合至應用程式 == | ||
# 將TAMIdGraph. | # 將TAMIdGraph.xcframework加入iOS Project中 | ||
# 確認TAMIdGraph.xcframework有成功加入 | |||
# 確認TAMIdGraph. | |||
#: [[檔案:Idgrapsh_sdk.png|900px]] | #: [[檔案:Idgrapsh_sdk.png|900px]] | ||
==[[IDGraph_iOS_Tracking_Code|Next step:回報追蹤 Tracking]]== | ==[[IDGraph_iOS_Tracking_Code|Next step:回報追蹤 Tracking]]== |
於 2024年10月22日 (二) 07:23 的修訂
系統需求
- iOS 13.0或以上的版本
- Xcode 11或以上的版本
整合至應用程式
Next step:回報追蹤 Tracking
Swift專案
- 若是專案使用swift時,需要在專案-Bridging-Header.h(參考:https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)
內加入#import <TAMIdGraph/TAMIdGraph.h>