-
Notifications
You must be signed in to change notification settings - Fork 171
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
iOS version check failed with iOS 10+ #98
Comments
Same here: |
I've replaced it with the following code which seems to be just fine as only the major OS version is needed: Edit the
|
I even removed using of this IOSVersion singleton, because now iOS 8 is minimum, so we don't need that old code for iOS 6 or 7 even / |
I'll just remove it, then. No need to support ios 5 anyway. |
Yea, but in the latest Xcode minimum target is iOS 8 and who will compile for iOS 6 or what kind of device using it? |
Doesn't matter. It's gone now. |
Hmm, so you think it's not need to update ObjectAL with latest iOS's because OpenAL been deprecated since iOS9? Looking forward for something new :) |
Yeah, that'll come soon. But for now I'm just fixing the immediate problem :) |
It turns out that OpenAL was not actually deprecated: https://forums.developer.apple.com/thread/7081 |
OpenAL is listed as (Removed), so for SKD 9.0 probably will not be able to use it. |
In iOS10+ version will always return 1, so AudioSession init wrong way
The text was updated successfully, but these errors were encountered: