nnhubbard/ZSSRichTextEditor

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

Opened this issue · 5 comments

TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information. After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect

So I am working on a PR to fix this on my own fork. https://github.com/MadeByDouglas/ZSSRichTextEditor In the process, the way to get JS Context has changed substantially. Does anyone have ideas how to apply this solution to ZSS ? https://stackoverflow.com/questions/25792131/how-to-get-jscontext-from-wkwebview

@nnhubbard have you looked into this at all?

The entire project needs to be updated to use WKWebView but sadly I do not have the time to do this.

I figured it out, PR is ready to solve this issue #243