OStack程序员社区-中国程序员成长平台

标题: ios - 是否可以在 IOS 模拟器中使用 Google Analytics 跟踪应用程序? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 16:22
标题: ios - 是否可以在 IOS 模拟器中使用 Google Analytics 跟踪应用程序?

我尝试使用 Google Analytics 跟踪我的应用,但没有看到它何时以“实时模式”打开。

我正在使用 Google Analytics for Mobile Apps iOS SDK v3

Delegate.m:

- (BOOL)applicationUIApplication *)application didFinishLaunchingWithOptionsNSDictionary *)launchOptions{
    // Optional: automatically send uncaught exceptions to Google Analytics.
    [GAI sharedInstance].trackUncaughtExceptions = YES;

    // Optional: set Google Analytics dispatch interval to e.g. 20 seconds.
    [GAI sharedInstance].dispatchInterval = 20;

    // Optional: set Logger to VERBOSE for debug information.
    [[[GAI sharedInstance] logger] setLogLevel:kGAILogLevelVerbose];

    // Initialize tracker.
    [[GAI sharedInstance] trackerWithTrackingId"UA-MYTRACKID-HERE"];

    return YES;
}

也许,在 IOS 模拟器中是不可能的?



Best Answer-推荐答案


Google Analytics 也可以在 iOS 模拟器中使用。只需给它一点时间以显示实时数据(通常为 5-10 秒)。模拟器的唯一问题是 Google Analytics 可能会将 iPad 模拟器报告为 iPhone,但这并不是什么大问题。

关于ios - 是否可以在 IOS 模拟器中使用 Google Analytics 跟踪应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19933989/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4