Post

Replies

Boosts

Views

Activity

Reply to Unable to use Bluetooth in watchOS companion app if iOS uses AccessorySetupKit
As @mcrippa mentions, Core Bluetooth can now be used in watchOS 26 apps (while the iOS 26 counterpart uses ASK). This is great news! The documentation update is a welcome change, and I've now added a watchOS app to my iOS app that uses ASK. I do wonder what happens to users running watchOS 11 (if the iOS app support supports iOS 18), and if there is a way to make this work.
Topic: Privacy & Security SubTopic: General Tags:
Oct ’25
Reply to Unable to use Bluetooth in watchOS companion app if iOS uses AccessorySetupKit
I don't think the AccessorySetupKit documentation stating AccessorySetupKit is available for iOS and iPadOS. The accessory’s Bluetooth permission doesn’t sync to a companion watchOS app. addresses this limitation. Has anyone figured out a way to use Core Bluetooth in a companion watchOS 11 app after an AccessorySetupKit onboarding happens in the iOS 18 app? 🤔
Topic: Privacy & Security SubTopic: General Tags:
Aug ’25
Reply to AccesorySetupKit - device not found when ManufacturerData is present
I was able to get AccessorySetupKit working by specifying values for NSAccessorySetupBluetoothCompanyIdentifiers and NSAccessorySetupBluetoothServices in the info.plist. Interestingly I didn't have to modify the ASDiscoveryDescriptor to specify a bluetoothCompanyIdentifier or manufacturerDataBlob property. The device I'm working with would sometimes advertise one, two, or no service identifiers so I was forced to rely on the company identifier. I could only get it work with the company identifier specified in just the info.plist. Good luck!
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’25
Reply to watchOS app crashing on Series 10 - cannot reproduce on Series 8 running same watchOS version
Hi @DTS Engineer , I've received a response to FB15292000 saying they will close the feedback report as resolved since I was able to upload the crash report to Dropbox and include a link in a reply. I don't think it makes sense to resolve this feedback report in this way. The feedback report is about not being able to add a crash report as an attachment to a post on the forums. Update: I'm able to attach the crash report to this reply, I don't know if this would also work for the original post. Perhaps the response I've received to the feedback report wasn't clear enough! WatchCloud Watch App-2024-09-25-163744 - Watch Series 10 + Xcode 15.4 22622.crash
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’24