-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!(ios): remove native dependency promises
#3631
feat!(ios): remove native dependency promises
#3631
Conversation
promises
promises
It is generally ready for review, but I need to test tvOS an visionOS now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were you able to test this PR on a content with DRM ?
} | ||
} catch {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a log here in case of error ?
No i wasn't able to find any example stream |
@YangJonghun @facugu1998 do you have DRM (FairPlay) stream and could test it ? |
@freeboub @KrzysztofMoch |
Summary
Remove native iOS dependency
promises
and migrate to async/awaitMotivation
We internally discussed that we should remove this dependency as we can go without it.
promises
also required privacy manifest, so generally it should be easier for us in future to go without it.Changes
min version bumped
Test plan
basic
example