shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Question about Apple review #103

Open yuta-n-play opened 4 years ago

yuta-n-play commented 4 years ago

Hi,

I look forward to the release of Shaka player embedded! We develop an application that use Shaka Player Embedded , and I have a question that i want to resolve quickly.

I think it will be rejected by Apple's review if you don't use AVPlayer to play video. (at least it should have been) Is it possible to pass the Shaka Player Embedded?

I know there was a similar issue (#36) before , I warried that embedded player can pass Apple's review.

TheModMaker commented 4 years ago

I see nothing in the AppStore guidelines that say you need to use AVPlayer (https://developer.apple.com/app-store/review/guidelines/). This can be thought of similar to a game where we render frames directly. I see no reason this would be rejected, but we don't have much experience with this and have not released an app with this.

I'm also working on #89 where we will use AVPlayer to play HLS content.

yuta-n-play commented 4 years ago

I'm also working on #89 where we will use AVPlayer to play HLS content.

I'm looking forward.

Are you planning to release for any applications that use Shaka player embedded?

If you have no experience, we will hesitate to migrate.

joeyparrish commented 4 years ago

We intend to release our demo app if possible.

yuta-n-play commented 4 years ago

Thanks!

I am looking forward to the outcomes!

yukihiro-m-play commented 3 years ago

Hi,

How is demo app release coming along?

kareljuricka commented 3 years ago

Our app using shaka player embedded was successfully approved by apple and moved to app store. So apple review is all right with this library

yukihiro-m-play commented 3 years ago

Thank you for confirming.