This component references (allocs) UIWebView, which per ITMS-90809 is deprecated and throws warnings on app submission.
Specifically, see (only) FIRDLJavaScriptExecutor.m.
I am not sure if anyone is building apps on iOS 7 anymore when iOS 13 is right around the corner, but I am sure that Apple is going to soon start flat-out rejecting apps that instantiate UIWebViews (or make it a compile error in iOS 13 final, no clue).
Please remove all references to UIWebView, thanks!
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3:
This component references (allocs) UIWebView, which per ITMS-90809 is deprecated and throws warnings on app submission.
Specifically, see (only)
FIRDLJavaScriptExecutor.m
.I am not sure if anyone is building apps on iOS 7 anymore when iOS 13 is right around the corner, but I am sure that Apple is going to soon start flat-out rejecting apps that instantiate UIWebViews (or make it a compile error in iOS 13 final, no clue).
Please remove all references to UIWebView, thanks!