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 d6e8b61 commit a4e68b8Copy full SHA for a4e68b8
Sources/BranchSDK/BNCRequestFactory.m
@@ -623,11 +623,11 @@ - (void)updateDeviceInfoToMutableDictionary:(NSMutableDictionary *)dict {
623
dict[BRANCH_REQUEST_KEY_HARDWARE_ID_TYPE] = hardwareIdType;
624
dict[BRANCH_REQUEST_KEY_IS_HARDWARE_ID_REAL] = isRealHardwareId;
625
}
626
- [self safeSetValue:self.deviceInfo.advertiserId forKey:@"idfa" onDict:dict];
627
628
629
// Only include hardware ID fields for attribution levels greater than None
630
if ([self.preferenceHelper attributionLevel] != BranchAttributionLevelNone) {
+ // idfv is duplicated in the hardware id field when idfa is unavailable
631
[self safeSetValue:self.deviceInfo.vendorId forKey:BRANCH_REQUEST_KEY_IOS_VENDOR_ID onDict:dict];
632
633
0 commit comments