2,394 questions
0
votes
1
answer
111
views
How to connect Apple Watch Xcode 26 to iOS .NET10 MAUI?
I am making the Apple Watch work with an iOS app written in .NET MAUI.
I am attempting a simple toggle example app to demonstrate basic connection between Apple Watch written in Xcode26 and an iOS ...
0
votes
0
answers
64
views
Getting errors to upload build to TestFlight after adding watch os support to flutter app for iOS
Validation failed
Invalid UIDeviceFamily. The Info.plist of Apple Watch application 'Runner.app/Watch/WearOS Watch App.app' contains an invalid UIDeviceFamily value of '1'. (ID: dd25187d-cc14-4c70-...
2
votes
1
answer
96
views
watchOS SwiftUI: UI redraws are delayed in Always-On / power-saving mode despite active timer
I'm working on a watchOS app using SwiftUI that updates its UI based on regular, time-driven logic. On a real Apple Watch, after the app has been running for ~1 minute, the device enters Always-On / ...
0
votes
0
answers
50
views
Does watchOS support passkey entry for BLE pairing?
I have a standalone Watch app that communicates with an nRF52 BLE peripheral (MeshCore, which uses the Bluefruit BLE library on top of the S140 SoftDevice, no display or keyboard).
This was the ...
Best practices
0
votes
0
replies
30
views
Apple WatchOS: Adopt watchface background for complication
On the California watchface (white) there are two complication slots. The upper one is seemingly not a standard slot and limited to a few Apple-owned apps (Calender, Time, …). It adopts the (default ...
Advice
0
votes
0
replies
52
views
With an Apple account can I use Xcode to create a custom Apple Watch Face for myself?
FIRST I understand this cannot be shared period!
That including App Store, Enterprise Accounts, or TestFlight.
I am not asking if it should be done. I am asking if there is anyknown information that ...
1
vote
0
answers
71
views
MKReverseGeocodingRequest fails with NSURLErrorDomain Code=-1009 (WatchOS 26)
We try to replace the depreated reverseGeocodeLocation call by MKReverseGeocodingRequest for WatchOS 26. However, the call always returns error -1009 indicating that there is no connection to the ...
1
vote
1
answer
34
views
With HealthKit, is calling end() required when done with workout?
For a watchOS app, do you have to call end() on a HKWorkoutSession even if your app doesn't care about the transition to the ended state? Apple's Running workout sessions article includes it in the ...
2
votes
1
answer
166
views
Xcode uses older SDK version for watchOS target Rust native XCFramework library
Background
I'm compiling a native library written in Rust for watchOS target using cargo swift package. I'm using Xcode 16.4 that shipped with watchOS SDK watchOS 11.5. The watchOS app's minimum ...
0
votes
1
answer
74
views
How to check WatchConnectivity between Flutter iOS app and Watch app in debug mode?
I’m working on a Flutter iOS app with a paired Apple Watch app (WatchKit in Swift).
In Debug mode (when running the both(watch & mobile) app from xcode):
Watch → iPhone messages arrive ...
1
vote
0
answers
80
views
How to determine if an inline complication is positioned at the top or bottom slot of the Motion watch face for apple watch complications development?
I'm recently developing watch complications using WidgetKit. How can I determine my inline complications is in top or bottom slot context of Motion watch face for different designing, since the top ...
1
vote
0
answers
141
views
Apple Watch Live Activity toggle app intent not showing
I have adopted the Apple Watch size class to customise my iPhone live activity for Apple Watch.
.supplementalActivityFamilies([.small])
Mostly works as expected but the toggle does not display on a ...
2
votes
0
answers
332
views
How to disable Live Activity on Apple Watch while keeping it enabled on iPhone?
I'm using Live Activity features in my app, but I want to customize the user experience across different Apple devices. Specifically, I'd like to:
Keep Live Activity enabled and functioning on the ...
1
vote
2
answers
917
views
Xcode: "Waiting to reconnect to Apple Watch" — Unable to proceed with watchOS app debugging
I'm working on an app that connects between an iOS app and an Apple Watch, using HealthKit to send heartbeat data from the watch to the iOS app via WatchKit. Both the mobile and watch apps are ...
0
votes
1
answer
114
views
How to make apple watch display off while running app in background
I am sending heartbeats from apple watch to phone and it runs smoothly in background. I am using healthkit and watch connectivity . App runs in background of watch but display never turns off. I want ...