File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,13 @@ - (void) postOperationForAPIServiceName:(NSString*)serviceName
167167
168168 if (self.settings .userTrackingDisabled ) {
169169 NSString *endpoint = url.path ;
170- if (([endpoint isEqualToString: @" /v1/install" ] ||
171- [endpoint isEqualToString: @" /v1/open" ]) &&
170+ if ((( [endpoint isEqualToString: @" /v1/install" ] ||
171+ [endpoint isEqualToString: @" /v1/open" ]) &&
172172 (dictionary[@" external_intent_uri" ] != nil ||
173173 dictionary[@" universal_link_url" ] != nil ||
174174 dictionary[@" spotlight_identitifer" ] != nil ||
175- dictionary[@" link_identifier" ] != nil )) {
175+ dictionary[@" link_identifier" ] != nil )) ||
176+ ([endpoint isEqualToString: @" /v1/url" ])) {
176177
177178 // Clear any sensitive data:
178179 dictionary[@" tracking_disabled" ] = BNCWireFormatFromBool (YES );
You can’t perform that action at this time.
0 commit comments