Questions tagged [watchos-6]

Only use this tag for questions that specifically apply to the Apple watchOS version 6. 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 6 is an operating system for SmartWatches produced by Apple.

Read more about it on the developer page

84 questions
0
votes
1 answer

EnableWaterLock on Apple Watch deprecated are there any alternatives to lock the screen of the watch?

I just saw that WKExtension.shared.EnableWaterLock is now deprecated. I used this method in my workout apps to prevent accidentally tapping the screen and ending the workout etc. Has it been replaced with any other method of locking the screen?
GarySabo
  • 5,806
  • 5
  • 49
  • 124
0
votes
1 answer

WatchOS ScrollView Doesn't Wrap Text Properly

Right now I am able to see the text I want from my 'articles' if I set a frame with a desired width and height. If the height is long enough it will show all of the article 'body' but with tons of space. I would like to have it where the frame can…
Lasutriv
  • 43
  • 8
0
votes
1 answer

Scrollviews stopped working after update to watchOS 6, did something change?

I have an application that uses iOS, todayExtension and watchOS as targets. Until the launch of the new iOS 13, everything was working fine, that week I downloaded the iOS 13 beta on my iPhone and the watchOS 6 on my watch. Then, suddenly my app…
FabricioStein
  • 71
  • 1
  • 5
0
votes
0 answers

Unable to find resource located in assets.xcassets

Hey guys I am still kind of new to Stackoverflow so please bear with me if I am doing something wrong, I am trying my best. I am trying to make a simple app with the new apple watchOS6 and swiftUI in the new Xcode11 beta that plays a sound file from…
Philiong
  • 188
  • 1
  • 8
0
votes
1 answer

is possible send data from an existing iOS App to a Watch OS 6 Independent App member of an app group?

I have an iOS app without their companion watch app, I tried to read data stored in the iOS app from my new watchOS 6 independent app. Is there any option like: var userDefaults = NSUserDefaults(suiteName: "group.com.myApp")! but with WCSession or…
0
votes
1 answer

Is it possible to have overlapping views that don't blend?

I'm trying to mimic the grouped Cancel / Set button pair that you see in places like the Stopwatch app. I've currently done this by using a ZStack with two overlapping RoundedRectangle with different cornerRadius and padding. This seems to work…
Tristan Warner-Smith
  • 9,631
  • 6
  • 46
  • 75
0
votes
2 answers

How to enable Healthkit in watch only app

Does anyone know how to enable Healthkit for an independent watchos only app ? When i go to the projects target i can't find capabilities to add to the app. Am i missing something ? I tried looking for it in the project but could not find anything.
Bjorn Morrhaye
  • 687
  • 9
  • 30
-1
votes
1 answer

Siri, change language recognition by Swift, dynamically

I'm working on an translation APP on WatchOS. I'd like to know how to set siri to "listen" to a certain language and change it along with a choice from the user. For example. The user picks the italian flag? Siri sets itself to recieve Italian…
-1
votes
1 answer

Activate a new watch without pairing it to iPhone on WatchOS6

Is it possible to activate a new watch without the dependency in an iPhone on WatchOS6? Apple launched a new watch app store. But they still say that watchOS 6 requires iPhone 6s or later with iOS 13 or later enter link description here So it…
Michal Shatz
  • 1,416
  • 2
  • 20
  • 31
1 2 3 4 5
6