File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# v7.5.0
22- [ fixed] Fixed bug that was incorrectly flagging ABT experiment payloads as invalid. (#7184 )
3+ - [ changed] Standardize support for Firebase products that integrate with Remote Config. (#7094 )
34
45# v7.1.0
56- [ changed] Add support for other Firebase products to integrate with Remote Config. (#6692 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
2020
2121static NSString *const kAnalyticsOriginPersonalization = @" fp" ;
2222
23- static NSString *const kAnalyticsPullEvent = @" personalization_choice " ;
23+ static NSString *const kAnalyticsPullEvent = @" personalization_assignment " ;
2424static NSString *const kArmKey = @" arm_key" ;
2525static NSString *const kArmValue = @" arm_value" ;
2626static NSString *const kPersonalizationId = @" personalizationId" ;
You can’t perform that action at this time.
0 commit comments