File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
FirebaseInAppMessaging/Sources/Flows Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 25
25
#import " FIRIAMMsgFetcherUsingRestful.h"
26
26
#import " FIRIAMSDKSettings.h"
27
27
28
- #import < FirebaseABTesting/FIRExperimentController.h>
29
-
30
28
static NSInteger const SuccessHTTPStatusCode = 200 ;
31
29
32
30
@interface FIRIAMMsgFetcherUsingRestful ()
@@ -187,18 +185,6 @@ - (void)fetchMessagesWithImpressionList:(NSArray<FIRIAMImpressionRecord *> *)imp
187
185
@" API request for fetching messages and parsing the response was "
188
186
" successful." );
189
187
190
- // Validate running experiments with ABT.
191
- NSMutableArray *runningExperiments = [[NSMutableArray alloc ] init ];
192
- for (FIRIAMMessageDefinition *messageDefinition in messages) {
193
- if (messageDefinition.experimentPayload ) {
194
- [runningExperiments addObject: messageDefinition.experimentPayload];
195
- }
196
- }
197
-
198
- [[FIRExperimentController sharedInstance ]
199
- validateRunningExperimentsForServiceOrigin: @" fiam"
200
- runningExperimentPayloads: [runningExperiments copy ]];
201
-
202
188
[self .fetchStorage
203
189
saveResponseDictionary: responseDict
204
190
withCompletion: ^(BOOL success) {
You can’t perform that action at this time.
0 commit comments