Post

Replies

Boosts

Views

Activity

Comment on HomeKit and Siri Shortcuts integration
@ISSD2022 - I believe this can be done today. Sound Recognition is a valid Automation trigger in the Shortcuts app (for a 'Personal Automation'), which can run any Shortcut, including 3rd Party Shortcuts and those that manipulate HomeKit devices. The problem is doing the opposite -- using a HomeKit trigger (motion detected, temperature triggers, etc) cannot run any 3rd Party Shortcuts. Incidentally, if you do want to run a 3rd Party Shortcut in response to a HomeKit event, I have added this capability to Signals for HomeKit on the Mac πŸ‘
Dec ’21
Comment on Are Deep Links on Custom Product Pages working?
Yep - that's what the App Store Connect Engineer informed us of. The idea that it should be version independent was definitely an assumption that I made, probably because both Deep Links and Custom Product Pages both already exist independently, and it didn't occur to me that it required a specific version of the App Store. I'd recommend filing a Feedback to back port it (although I'm not super hopeful that that would happen)
Jun ’24
Comment on Symbol missing when building in Xcode cloud with Xcode 16 beta and running on macOS 14.6
I just found the same error, using both Xcode 16 beta 6, and the new Xcode 16 RC, released today. The code that causes the crash: private class func roundOff(decimal: Decimal) -> Decimal { var rounded = Decimal() var raw = decimal NSDecimalRound(&rounded, &raw, 2, .plain) return rounded } The only occurs with Archive builds, and is crashing on iOS 17.6.1.
Sep ’24