mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Send "appstore" instead of "" for udid.
This commit is contained in:
parent
ec5178919f
commit
37bcbb7793
@ -818,7 +818,7 @@ static NSString *kHockeyErrorDomain = @"HockeyErrorDomain";
|
||||
|
||||
NSMutableString *parameter = [NSMutableString stringWithFormat:@"api/2/apps/%@?format=json&udid=%@",
|
||||
[[self encodedAppIdentifier_] bw_URLEncodedString],
|
||||
([self isAppStoreEnvironment] ? @"" : [[self deviceIdentifier] bw_URLEncodedString])];
|
||||
([self isAppStoreEnvironment] ? @"appstore" : [[self deviceIdentifier] bw_URLEncodedString])];
|
||||
|
||||
// add additional statistics if user didn't disable flag
|
||||
if ([self canSendUserData]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user