nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

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

Closed DrashtiJaviya-Openxcell closed 4 years ago

DrashtiJaviya-Openxcell commented 4 years ago

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

MadeByDouglas commented 4 years ago

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?

nnhubbard commented 4 years ago

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

MadeByDouglas commented 4 years ago

Right I understand, I am doing it. This is only missing component. It’s not the most elegant conversion but it should work.

Sent from my iPad

On Oct 22, 2019, at 8:19 AM, Nic Hubbard notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

MadeByDouglas commented 4 years ago

if anyone has ideas I posted the question here; I'm just not familiar with WebKit. https://stackoverflow.com/questions/58513792/how-do-i-repurpose-jscontext-in-uiwebview-to-wkscriptmessage-for-wkwebview

MadeByDouglas commented 4 years ago

I figured it out, PR is ready to solve this issue https://github.com/nnhubbard/ZSSRichTextEditor/pull/243