Skip to content

Commit

Permalink
Merge pull request #270 from Countly/direct-request-dr=1
Browse files Browse the repository at this point in the history
Added "dr=1" for direct requests
  • Loading branch information
ArtursKadikis authored Dec 14, 2023
2 parents 2cc4e8f + 392f588 commit 5e57dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CountlyConnectionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ - (void)addDirectRequest:(NSDictionary<NSString *, NSString *> *)requestParamete
[mutableRequestParameters removeObjectForKey:reservedKey];
}
}

mutableRequestParameters[@"dr"] = [NSNumber numberWithInt:1];

NSMutableString* queryString = [self queryEssentials].mutableCopy;

Expand Down

0 comments on commit 5e57dfd

Please sign in to comment.