极光统计里事件统计的自定义计数?查不到统计

用户4687927
2022-11-08 02:09 39 1
    JANALYTICSLaunchConfig * config = [[JANALYTICSLaunchConfig alloc] init];
    config.appKey = @"xxxxxxxx";
#ifdef DEBUG
    config.channel = @"iOS-dev";
    [JANALYTICSService setDebug:YES];
    config.isProduction = false;
#else
    config.channel = @"iOS-appStore";
    [JANALYTICSService setDebug:false];
    config.isProduction = true;

#endif

    [JANALYTICSService setupWithConfig:config];
    [JANALYTICSService setFrequency:0];

已经开启 日志开关 ,控制台看不到日志,

官方 浏览事件 等 统计是可以统计到的,控台也没有日志
自定义计数,后台自定义后,iOS端上报也统计不到

1个回答

热门排序
gptbots-widget