Skip to content

Commit

Permalink
Merge pull request #258 from Countly/ab-opt-out-fix
Browse files Browse the repository at this point in the history
Fixed AB opt out endpoint issue
  • Loading branch information
ArtursKadikis committed Oct 16, 2023
2 parents 6df9266 + 0a7eef6 commit fc6eec7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CountlyConnectionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,7 @@ - (void)sendExitABRequestForKeys:(NSArray*)keys
if (keys)
{
queryString = [queryString stringByAppendingFormat:@"&%@=%@", kCountlyRCKeyKeys, [keys cly_JSONify]];
}

queryString = [queryString stringByAppendingFormat:@"%@%@%@", kCountlyEndPointOverrideTag, kCountlyEndpointO, kCountlyEndpointSDK];
}

[CountlyPersistency.sharedInstance addToQueue:queryString];

Expand Down

0 comments on commit fc6eec7

Please sign in to comment.