glettl
glettl
I did further research and it seems, that the com.apple.developer.carplay-audio (Car Play Framework, introduced with iOS 14.x) does not work, as it needs custom screens. However, if the com.apple.developer.playable-content entitlement...
> Just wondering, what did you have to do to get CarPlay working? I'm confused on what `getChildren` and `subscribeToChildren` means First, I had to [request](https://developer.apple.com/documentation/carplay/requesting_the_carplay_entitlements) the missing entitlements from...
I completely agree. However, as mentioned above, this is a solution tailored to my needs. In other words a lot of the functionality from the flutter/dart part is missing in...
this also happens for local files. In this case, getExternalFiles should never be called. ``` try { if (url && url.startsWith('/') && !disableLocalStorage) { const filePath = `${staticPath}/${filename}`; const response...
Would be nice to see this fixed. Took me hours to find the reason for the missing events in Matomo