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 6a0c4f5 commit 3df15baCopy full SHA for 3df15ba
FirebaseABTesting/Sources/FIRExperimentController.m
@@ -92,7 +92,7 @@
92
// Check if the experiment is in experiments but not payloads.
93
for (id experiment in [experiments copy]) {
94
BOOL doesExperimentNoLongerExist = YES;
95
- for (NSData *payload in payloads) {
+ for (NSData *payload in [payloads copy]) {
96
ABTExperimentPayload *experimentPayload = ABTDeserializeExperimentPayload(payload);
97
if (!experimentPayload) {
98
FIRLogInfo(kFIRLoggerABTesting, @"I-ABT000002",
0 commit comments