Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始关注我公司的应用程序。我想删除乱舞并放入 MixPanels。我想知道是否有删除Flurry的程序,或者只是删除.h文件?这是我第一次使用分析。
只需[FlurryAnalytics startSession:@"YOUR_APP_ID"];从您的 AppDelegate 中删除。
[FlurryAnalytics startSession:@"YOUR_APP_ID"];
您还可以/应该删除所有#import "FlurryAnalytics.h"包含以及各种 Flurry 调用,以及库本身(构建阶段/链接二进制与库)以减少 300K 左右它添加到您的应用程序。
#import "FlurryAnalytics.h"