ios - 是否可以在 IOS 模拟器中使用 Google Analytics 跟踪应用程序?
<p><p>我尝试使用 Google Analytics 跟踪我的应用,但没有看到它何时以“实时模式”打开。</p>
<p>我正在使用 <code>Google Analytics for Mobile Apps iOS SDK v3</code>。</p>
<p>在<code>Delegate.m</code>:</p>
<pre><code>- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
// Optional: automatically send uncaught exceptions to Google Analytics.
.trackUncaughtExceptions = YES;
// Optional: set Google Analytics dispatch interval to e.g. 20 seconds.
.dispatchInterval = 20;
// Optional: set Logger to VERBOSE for debug information.
[[ logger] setLogLevel:kGAILogLevelVerbose];
// Initialize tracker.
[ trackerWithTrackingId:@"UA-MYTRACKID-HERE"];
return YES;
}
</code></pre>
<p>也许,在 IOS 模拟器中是不可能的?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>Google Analytics 也可以在 iOS 模拟器中使用。只需给它一点时间以显示实时数据(通常为 5-10 秒)。模拟器的唯一问题是 Google Analytics 可能会将 iPad 模拟器报告为 iPhone,但这并不是什么大问题。</p></p>
<p style="font-size: 20px;">关于ios - 是否可以在 IOS 模拟器中使用 Google Analytics 跟踪应用程序?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/19933989/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/19933989/
</a>
</p>
页:
[1]