Questions tagged [watchos-7]

Only use this tag for questions that specifically apply to Apple watchOS version 7. Use the [watch-os] tag for questions related to watchOS generally. Hardware questions generally belonging to the Apple Watch should be in the Ask Different community.

watchOS version 7 is an operating system for smartwatches produced by Apple.

Read more about it on the developer page.

9 questions
5
votes
1 answer

What is the NSUbiquitousKeyValueStore equivalent for watchOS?

App Groups is sadly not supported on watchOS still and NSUbiquitousKeyValueStore is available for every platform except watchOS. I've read the Keeping Your watchOS Content Up to Date and mentions iCloud and they make it sound so easy but don't…
TruMan1
  • 33,665
  • 59
  • 184
  • 335
2
votes
0 answers

Using HKSource.default() in an HKQuery predicate not working correctly in watchOS 7

In watchOS 6, I was creating an HKQuery for the my app using: HKQuery.predicateForObjects(from: HKSource.default()) which when executed, was successfully returning HealthKit data only for my app. In watchOS 7 when I include this predicate in the…
LOP_Luke
  • 3,150
  • 3
  • 22
  • 25
1
vote
0 answers

Client Authentication request auto cancelled in Apple watch

I am trying to make TLS request for client authentication from a watch. I found that the connection was cancelled immediately after the client (iwatch) provide the client certificate, by calling…
1
vote
1 answer

SwiftUI 2 / WatchOS7 - Changing NavigationBar button & text color (was tint color now accent color)

I updated my SwiftUI Watch App from Xcode 11 to Xcode 12, using the new Xcode 12 / SwiftUI LifeCycle methodology. Unfortunately in doing that the "tint color" (which defines the color of NavigationBar back button & test) is lost & reverts to the…
Gerard
  • 1,807
  • 4
  • 13
  • 20
1
vote
1 answer

How to add Picker for images in SwiftUI on WatchOS

I'm trying to migrate from a storyboard to SwiftUI for my watch app. In the storyboard I have a WKInterfacePicker where I set the height to 100, and then added the images as WKImage objects inside a WKPickerItem. When I try to do the same thing with…
Gargoyle
  • 9,590
  • 16
  • 80
  • 145
1
vote
1 answer

Is there a way to run AudioKit on watchOS?

I am trying to use AudioKit for a WatchOS app I'm working on. I tried both building from git and using pods but neither has worked. I know on their website it shows support for only iOS, iPadOS, macOS, and tvOS but I wanted to know if there is a…
Derick Mathews
  • 347
  • 2
  • 3
  • 12
1
vote
0 answers

watchOS 7: How to render an inset grouped list as in the watchOS 7 Camera app?

(Cross post: https://developer.apple.com/forums/thread/657933) At around 8:47 in the WWDC 2020 video "What's New in watchOS Design", in the example of a More button for the watch Camera app, a sheet is presented with a "robust set of options" which…
UberJason
  • 3,063
  • 2
  • 25
  • 50
0
votes
0 answers

How to set number of lines of WKInterfaceTextField

I'm using watchOS 7.0. I have added a text field to a scene. I'm trying to allow the text field to wrap it's text over more than 1 line so that it isn't cut off. There are tons of posts about setting the number of lines property to zero to achieve…
James Allen
  • 6,406
  • 8
  • 50
  • 83
0
votes
0 answers

watchOS 7 beta networking gives SSL error

I have a watch app that is working OK with watchOS 6. It uses AlamoFire 5 for networking. Testing it with watchOS 7, it gives this error "Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server…
marcus
  • 11
  • 1