Post

Replies

Boosts

Views

Activity

Reply to I'm not able to trigger a INPlayMediaIntent from Siri
I was struggeling with the same until I found that I had to add `NSAppleMusicUsageDescription` to my app's Info.plist otherwise the Intent extension would not be loaded – yes, even though I was not using the apple music library. This seems to be an undocumented requirement for extensions handling `INPlayMediaIntent`.That said, now everything works fine as long as I'm running Siri in english. In any non-english language, it doesn't recognize that my app is being referred to. I'm afraid this is a (yet another of way too many in the past times) bug in iOS.
Dec ’19
Reply to Command Line Utility vs. Core Bluetooth Permissions
FWIW, the culprit is the missing inherited permissions. When running the tool from iTerm (which is what I'm using as terminal emulator), it inherits the permissions from it. Granting Bluetooth permissions to iTerm fixes my problem. Now: Is it possible that my command line program can detect this lack of (inherited) permission, thus preventing the crash and rather showing an instruction alert instead?
Mar ’21