Skip to content

Commit

Permalink
Added "dr=1" parameter for direct request in iOS (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaid committed Dec 15, 2023
1 parent 9fe54af commit ca40566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/src/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 ca40566

Please sign in to comment.