File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change
1
+ # v4.0.5
2
+ - [ fixed] Removed references to UIWebViewDelegate to comply with App Store Submission warning. (#3722 )
3
+
1
4
# v4.0.4
2
5
- [ fixed] Removed references to UIWebView to comply with App Store Submission warning. (#3722 )
3
6
Original file line number Diff line number Diff line change 18
18
19
19
#import " DynamicLinks/FIRDLJavaScriptExecutor.h"
20
20
21
- // define below needed because nullability of UIWebViewDelegate method param was changed between
22
- // iOS SDK versions
23
- #if (defined(__IPHONE_10_0) && (__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0))
24
- #define FIRDL_NULLABLE_IOS9_NONNULLABLE_IOS10 nonnull
25
- #else
26
- #define FIRDL_NULLABLE_IOS9_NONNULLABLE_IOS10 nullable
27
- #endif
28
-
29
21
NS_ASSUME_NONNULL_BEGIN
30
22
31
23
static NSString *const kJSMethodName = @" generateFingerprint" ;
50
42
return methodString;
51
43
}
52
44
53
- @interface FIRDLJavaScriptExecutor () <UIWebViewDelegate, WKNavigationDelegate >
45
+ @interface FIRDLJavaScriptExecutor () <WKNavigationDelegate >
54
46
@end
55
47
56
48
@implementation FIRDLJavaScriptExecutor {
You can’t perform that action at this time.
0 commit comments