Skip to content
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

Do not create iOS video player if the OS version is < 15 #90

Merged
merged 2 commits into from
Apr 7, 2024
Merged

Do not create iOS video player if the OS version is < 15 #90

merged 2 commits into from
Apr 7, 2024

Conversation

lucas-viva
Copy link
Contributor

The VideoPlayerIos implementation relies on methods that are only available for iOS 15+.

For example: https://developer.apple.com/documentation/avfoundation/avfragmentedasset/3746534-loadtrackswithmediatype?language=objc

@SimonIT SimonIT merged commit 7b78a18 into libgdx:master Apr 7, 2024
3 of 4 checks passed
@Frosty-J
Copy link
Contributor

Frosty-J commented Apr 7, 2024

This should be documented to avoid any nasty surprises for those brazen enough to not thoroughly test their apps, as I believe libGDX itself supports down to 11 and this is a runtime error.

@lucas-viva lucas-viva deleted the patch-2 branch April 8, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants