2
0

Remove TestFlight.

This commit is contained in:
Maarten Billemont
2014-06-21 23:12:14 -04:00
parent 126c962a98
commit 10affd615c
11 changed files with 2 additions and 848 deletions

View File

@@ -132,9 +132,6 @@ static NSDictionary *keyQuery(MPUserEntity *user) {
@try {
if ([[MPConfig get].sendInfo boolValue]) {
#ifdef TESTFLIGHT_SDK_VERSION
[TestFlight addCustomEnvironmentInformation:user.userID forKey:@"username"];
#endif
#ifdef CRASHLYTICS
[Crashlytics setObjectValue:user.userID forKey:@"username"];
[Crashlytics setUserName:user.userID];