2
0

Remove Localytics and Google+ entirely.

This commit is contained in:
Maarten Billemont
2014-05-17 23:52:51 -04:00
parent 1be65c0969
commit fe2b6024bc
27 changed files with 2 additions and 4213 deletions

View File

@@ -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
}
}