mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
Add apps CFBundleVersion to the testIdentifier call
This commit is contained in:
parent
a0bfdfbaec
commit
0b01f8e897
@ -453,7 +453,9 @@
|
||||
[[self hockeyAppClient] postPath:integrationPath
|
||||
parameters:@{@"timestamp": timeString,
|
||||
@"sdk": BITHOCKEY_NAME,
|
||||
@"sdk_version": BITHOCKEY_VERSION}
|
||||
@"sdk_version": BITHOCKEY_VERSION,
|
||||
@"bundle_version": [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]
|
||||
}
|
||||
completion:^(BITHTTPOperation *operation, NSData* responseData, NSError *error) {
|
||||
switch (operation.response.statusCode) {
|
||||
case 400:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user