We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d620bb commit e57b69eCopy full SHA for e57b69e
1 file changed
Sources/BranchSDK/BranchOpenRequest.m
@@ -167,9 +167,6 @@ - (NSString *)randomizedBundleTokenFromResponseData:(NSDictionary *)data {
167
}
168
169
- (NSString *)randomizedDeviceTokenFromResponseData:(NSDictionary *)data {
170
- if (![data objectForKey:BRANCH_RESPONSE_KEY_RANDOMIZED_DEVICE_TOKEN]) {
171
- return nil;
172
- }
173
NSString *token = data[BRANCH_RESPONSE_KEY_RANDOMIZED_DEVICE_TOKEN];
174
if (!token) {
175
// fallback to deprecated name. Fingerprinting was removed long ago, hence the name change.
0 commit comments