youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. #429

Open CodeMohan opened 3 years ago

CodeMohan commented 3 years ago

Hi Guys,

We got an email from App store stating the below issue

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Do you have any plan to address this issue? Can you please let me know?

Thank you

denkeni commented 3 years ago

This repo has already upgraded to WKWebView. Upgrade your version or check other dependencies.

Tibimac commented 2 years ago

This issue should be closed.

nihp commented 2 years ago

In my app has there is two files YTPlayerView.h and YTPlayerView.m.

How can I migrate this. I also found the UIWebView available in the files.

Anyone please let me know how can I upgrade this one?