简体   繁体   中英

MobileAppTracking doesn't work

I use this tutorial for testing tracking of my app: http://support.mobileapptracking.com/entries/22561876-Testing-iOS-SDK-integration

It works good when I use Tracking Link, but then no logs in server side of MAT.

Some code (at Awake of my gameobject Game):

#if UNITY_IOS
    initNativeCode(AdvertiserId, ConversionKey);

    trackInstall();
#endif

Do you have setAllowDuplicateRequests set to true ? If not, your install is probably being thrown away as a duplicate. See http://support.mobileapptracking.com/entries/23835788-Unity-Plugin-v1-1

Alternately, you can use a testing profile (set it up in the platform).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM