mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Send "appstore" instead of "" for udid.
This commit is contained in:
parent
ec5178919f
commit
37bcbb7793
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue