【发布时间】:2014-02-22 15:49:23
【问题描述】:
我使用本教程来测试我的应用程序的跟踪:http://support.mobileapptracking.com/entries/22561876-Testing-iOS-SDK-integration
当我使用 Tracking Link 时效果很好,但是在 MAT 的服务器端没有日志。
一些代码(在我的游戏对象游戏中):
#if UNITY_IOS
initNativeCode(AdvertiserId, ConversionKey);
trackInstall();
#endif
【问题讨论】: