Remove Localytics and Google+ entirely.
This commit is contained in:
@@ -140,9 +140,6 @@ static NSDictionary *keyQuery(MPUserEntity *user) {
|
||||
#ifdef CRASHLYTICS
|
||||
[Crashlytics setObjectValue:user.userID forKey:@"username"];
|
||||
[Crashlytics setUserName:user.userID];
|
||||
#endif
|
||||
#ifdef LOCALYTICS
|
||||
[[LocalyticsSession sharedLocalyticsSession] setCustomerName:user.userID];
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user