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

Deprecated API Usage - youtube-ios-player-helper #461

Open danx28 opened 2 years ago

danx28 commented 2 years ago

I have added youtube-ios-player-helper dependency with version 1.0.4 All works fine play videos without problems in my tests with my devices and simulator.

But when I upload the file to App Store Connect it appears that my app is using a "Deprecated API Usage" The full message reads like this:

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

I understand that UIWebView is no longer used, I was checking in the comments that you migrated from UIWebView to WKWebView, and I don't really understand why this keeps appearing.

https://releaseeye.info/youtube/youtube-ios-player-helper

I will really appreciate your help :) Regards!!

brol1dev commented 2 years ago

Hi @danx28 ,

This one is weird to me too. As you mentioned, we don't use UIWebView anymore but instead use WKWebView. Have you confirmed in your app that the issue is specifically in this library and that there are no other places/libraries importing UIWebView instead? Want to be sure it is on our side.