v3.6.0
Improvements
- Applications running on
visionOS
can monitor metrics forAVPlayerViewController
orAVPlayer
with a fixed player size. We recommend testing yourvisionOS
application's AVPlayer monitoring integration on both the simulator and a physical device prior to deploying to the App Store.
Known Issues
- Installation using Cocoapods on
visionOS
applications is not currently supported. Installation oniOS
andtvOS
using Cocoapods is not affected. - Monitoring
AVPlayerLayer
playback onvisionOS
applications is not supported at this time. - Views from playback on
visionOS
will always indicate Used Fullscreen to befalse
.
Improvements
- feat: visionOS support
- fix: cleanup leak (#234)
- build: remove duplicate test declaration
Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: GitHub [email protected]