Bump OpenAL to Fix iOS by dellis1972 · Pull Request #8935 · MonoGame/MonoGame

@dellis1972

SimonDarksideJ

dellis1972 added a commit that referenced this pull request

Oct 16, 2025
We cannot use dylib's on iOS in the App Store. So we need to swtich to
using a static library.
This means we cannot use `LoadLibrary` on iOS. So lets switch over to
using `DllImport`. We can do this now since we control the name of the
library we ship. It is consistently `openal` (or `libopenal.*`) on all
platforms.

Version 1.24.3.2 of OpenAL has the static libs for iOS.

This was referenced

Oct 27, 2025

This was referenced

Dec 19, 2025