【问题标题】:MobileAppTracking doesn't work移动应用跟踪不起作用
【发布时间】: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

【问题讨论】:

    标签: c# ios unity3d tracking


    【解决方案1】:

    您是否将setAllowDuplicateRequests 设置为true?如果没有,您的安装可能会作为副本被丢弃。见http://support.mobileapptracking.com/entries/23835788-Unity-Plugin-v1-1

    或者,您可以使用测试配置文件(在平台中设置)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-04-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-07
      相关资源
      最近更新 更多