youtube / youtube-ios-player-helper

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

webview not able to submit application store #378

Closed akashRaghani92 closed 4 years ago

akashRaghani92 commented 4 years ago

HellO Team,

Apple has drop web-view support.so not able to submit application using iOS SDK 13 above as third-party using web-view.

So application not submit using this player

umerkiani commented 4 years ago

Same Happened with me. I will switch the player to use WkWebView Instead.

akashRaghani92 commented 4 years ago

@umerkiani I have change lib..NOt able to change in this lib into webkitView...What you have done?

austin-hayashi-jones commented 4 years ago

@rcvrgs Any way you can release the update pod that includes the wkwebview changes?

tsulok commented 4 years ago

Use the latest commit hash instead of the release version

pod "youtube-ios-player-helper", :git => 'https://github.com/youtube/youtube-ios-player-helper.git', :commit => '5882789'

brol1dev commented 4 years ago

Pod 1.0.0 was just released, includes the WKWebView migration! Thanks for being patient.

todd-patterson commented 4 years ago

Thanks @rcvrgs, I'll go ahead and close this issue now.

Here is the 1.0.0 version - https://github.com/youtube/youtube-ios-player-helper/releases/tag/1.0.0