Post

Replies

Boosts

Views

Activity

Comment on IOS 15 Safari fails with Fairplay DRM playback
The playback issue seems fixed in iOS15.1 beta1/2, except for a new issue related to HDMI mirroring... I don't know the security requirements of your service but maybe you have the option of temporarily downgrading to normal "http" key delivery instead of FairPlay? "Quickly Diagnosing Content Key and IV Issues Quickly Diagnosing Content Key and IV Issues" https://developer.apple.com/library/archive/technotes/tn2454/_index.html
Topic: Media Technologies SubTopic: Streaming Tags:
Oct ’21
Comment on CoreMediaErrorDomain error -42709
We have been informed through Japan developer relations that the issue was fixed in iOS18.3.2. Also the Update release notes mentions (sorry, this is from the Japanese release notes): 一部のストリーミング コンテンツを再生できなくなることがある問題に対応しています。 Translated: Addresses an issue that could prevent playback of some streaming content.
Mar ’25
Comment on App can't debug on iOS 26 device, but can on iOS 18
Just my layman guess. powersync-sqlite-core is a static xcframework. The contents of the framework is copied in to the app to /FitWoody-Watch.app/Frameworks/powersync-sqlite-core.framework/ But, my interpretation of the swift-build source, is that the framework must have a binary. So it creates a stub binary with name powersync-sqlite-core mobile.installd on iOS26 simulators seems to reject that file.
Jul ’25