Skip to content

Commit c8c2d8b

Browse files
committed
add vendor id all the time
1 parent f302649 commit c8c2d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCSystemObserver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ + (NSString *)getUniqueHardwareId:(BOOL *)isReal isDebug:(BOOL)debug andType:(NS
4747
+ (NSString *)getVendorId:(BOOL)debug {
4848
NSString *vendorId = nil;
4949

50-
if (!debug && NSClassFromString(@"UIDevice")) {
50+
if (NSClassFromString(@"UIDevice")) {
5151
vendorId = [[UIDevice currentDevice].identifierForVendor UUIDString];
5252
}
5353

0 commit comments

Comments
 (0)