Skip to content

Commit 917eb05

Browse files
committed
feat: warn if LinkMe is used on iOS version below 15.0
1 parent e478e1e commit 917eb05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Adjust/ADJActivityHandler.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,6 +2214,8 @@ - (void)checkLinkMeI:(ADJActivityHandler *)selfI {
22142214
[selfI.sdkClickHandler sendSdkClick:clickPackage];
22152215

22162216
[ADJUserDefaults setLinkMeChecked];
2217+
} else {
2218+
[self.logger warn:@"LinkMe feature is supported on iOS 15.0 and above"];
22172219
}
22182220
#endif
22192221
}

0 commit comments

Comments
 (0)