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 681 forks source link

Upload app to AppStore #399

Open Yosifz8 opened 4 years ago

Yosifz8 commented 4 years ago

I'm trying to upload a YouTube app using this framework, But the Apple review team keep reject the app stating that it violates their rules:

5.2.3 Audio/Video Downloading: Apps should not facilitate illegal file sharing or include the ability to save, convert, or download media from third-party sources (e.g. Apple Music, YouTube, SoundCloud, Vimeo, etc.) without explicit authorization from those sources. Streaming of audio/video content may also violate Terms of Use, so be sure to check before your app accesses those services. Documentation must be provided upon request.

Did you have this problem? Know where I can get the Documentation from YouTube?

Thanks!

acosmicflamingo commented 4 years ago

What is the nature of your app? Does your app give absolutely any impression that users can access the YouTube videos offline? Do you explicitly mention that this framework is the one that YouTube officially endorses: https://developers.google.com/youtube/v3/guides/ios_youtube_helper?

Frankenxtein commented 4 years ago

Any update on this? I am receiving the same rejection.

Yosifz8 commented 4 years ago

What is the nature of your app? Does your app give absolutely any impression that users can access the YouTube videos offline? Do you explicitly mention that this framework is the one that YouTube officially endorses: https://developers.google.com/youtube/v3/guides/ios_youtube_helper?

Just playing a video from Youtube, online streaming.

Any update on this? I am receiving the same rejection.

No update, still in the same issue.

vaibhiarora03 commented 4 years ago

Any update on this? Did anyone got any solution to this? I am also served with the same rejection.

andrew-skrypnyk commented 3 years ago

@vaibhiarora03 @Yosifz8 @Frankenxtein guys, did you find the solution?

vaibhiarora03 commented 3 years ago

@andrew-skrypnyk After around 8 rejections, I finally removed the YouTube player view and streamed the videos using a url with videos hosted with AWS.

EdJones commented 3 years ago

@Yosifz8, @Frankenxtein, @vaibhiarora03, @andrew-skrypnyk did you resubmit and ask the human reviewers?

vaibhiarora03 commented 3 years ago

Yes, I resubmitted the app and mentioned the details in notes for the review team.

denkeni commented 3 years ago

Here's the good news: App Store Review now approves 3rd party apps with YouTube streaming. Just include YouTube API Services Terms of Service https://developers.google.com/youtube/terms/api-services-terms-of-service in the review notes.

I brought this issue to App Review Lab in WWDC21, and the reviewer confirmed that current internal policy has been updated to accept terms of service, and suggested me to resubmit it again. I did resubmit, and my app Playlist Note has been approved with YouTube content again, through another 2 weeks in review including 1 rejection, though.

Other side notes:

One silly thing is that even MusicKit from Apple Music was rejected. One app reviewer said “the documentation for Apple Music isn't sufficient for streaming full content of the songs”, so I needed to point out that Apple Developer Program License Agreement 3.3.50 (MusicKit section) stated:


  • You may play MusicKit Content only as rendered by the MusicKit APIs or MusicKit JS and only as permitted in the Documentation (e.g., album art and music-related text from the MusicKit API may not be used separately from music playback or managing playlists) 


Clarifying that our app implemented MusicKit APIs from Apple and did exactly what were permitted.

gregorybesson commented 2 years ago

Thank you so much @denkeni for your insights. I've been refused until I see your post and follow your advices.

My app, Punchline : sounds fun is now on the app store.

I use the official youtube-player-helper with this awesome project for swiftui : https://github.com/SvenTiigi/YouTubePlayerKit

tronglv94 commented 2 years ago

I'm facing with rejection from Apple Review, even I had included the YouTube API Services Terms of Service https://developers.google.com/youtube/terms/api-services-terms-of-service in the review notes. Can anyone here help me? plz.

Here is their response: "The issues we previously identified still need your attention before we can approve your submission. The documentation you have provided does not sufficiently demonstrate permission to represent the products or services included in your app, or the parties identified in the documentation are not correct. We are unable to continue with the review until we have verified that you are currently authorized by the rights holder to represent the products or services available in your app."

andrew-skrypnyk commented 2 years ago

In addition to YouTube agreement, we shared our agreements with authors, who we work with and Apple approved our app

devsigofficial commented 11 months ago

App Store Review now approves 3rd party apps with YouTube streaming. Just include YouTube API Services Terms of Service https://developers.google.com/youtube/terms/api-services-terms-of-service in the review notes.