我有一个奇怪的行为,以下代码在 iPad Sim 6.1 上的“结果”中失败(返回 NO),但在 iPhone Sim 6.1 上成功(返回 YES),知道为什么吗?
id result = [[GAI sharedInstance] trackerWithTrackingId:GA_TRACKING_ID];
BOOL result = [[[GAI sharedInstance] defaultTracker]
sendEventWithCategory:category
withAction:action
withLabel:label withValue:nil];