-
Notifications
You must be signed in to change notification settings - Fork 7
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 / tvOS 15 compatibility #249
Comments
Compilation issues with SPM are a documented change and we probably have to do something, as said in the Xcode 13 beta release notes:
Airship delivered version 14.6.0 to fix this issue. |
Also have a look at the updated documentation. |
The Live label might apparently automatically be displayed. For the moment I could not see it, we can therefore keep our own label until a later beta. |
Supporting chapters is a story in itself, as it requires a dedicated view controller, cells, etc. We already have a dedicated task #221. |
Most of the work has been delivered in 7.2.0, but I'll leave this task open as some issues might require some radars to be created (and thus might be fixed in later iOS 15 and tvOS 15 updates). |
We found a regression due to iOS 15 changes: SRGSSR/srgmediaplayer-apple#110 |
The iOS 15 regressions have been fixed in SRG Media Player 6.1.5. |
The Live label will appear in tvOS 15.2. |
I tested the betas and, though I didn't find any major issue, we should check that the following issues are fixed soon, otherwise we should report them to Apple:
UIApplication.sharedApplication
). (✅ works with beta 5)Issues that have been found:
The text was updated successfully, but these errors were encountered: