We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b0c77 commit 2f782c6Copy full SHA for 2f782c6
Leanplum-SDK/Classes/LeanplumSocket.m
@@ -202,6 +202,10 @@ - (void)socketIO:(Leanplum_SocketIO *)socketIO didReceiveEvent:(Leanplum_SocketI
202
cancelButtonTitle:NSLocalizedString(@"OK", nil)
203
otherButtonTitles:nil
204
block:nil];
205
+ } else if ([packet.name isEqualToString:@"applyVars"]) {
206
+ NSDictionary *packetData = packet.dataAsJSON[@"args"][0];
207
+ [LPVarCache applyVariableDiffs:packetData messages:nil updateRules:nil eventRules:nil
208
+ variants:nil regions:nil];
209
}
210
LP_END_TRY
211
0 commit comments