My solution is to remove the "com.apple.developer.playable-content" entry from the entitlement.plist but leave the "com.apple.developer.carplay-audio" entry as it is.
"com.apple.developer.playable-content" is deprecated!
Post
Replies
Boosts
Views
Activity
any updates?
Same Issue. How should i update my widget of an audio app playing content from the background?
if the player halts or sleep timer stops playback, the widget never get reloaded about current position and playback status.
i want to show current chapter shownotes but it is not possible at the moment... too bad
Any Updates on this? I still get this message on the console and get an empty MDLAsset. I try to load an .obj file.
let url = URL(fileURLWithPath: path)
let asset = MDLAsset(url: url, vertexDescriptor: nil, bufferAllocator: DataStore.shared.meshBuffer)
if asset.count > 0 {
						print("Cool, i can use my 3d object")
}else{
print("NO OBJECT IN ASSET FOUND")
}
Set request.earliestBeginDate = Date(timeIntervalSinceNow: 5 * 60) to
request.earliestBeginDate = Date(timeIntervalSinceNow: 0)
and it will work.