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
1
vote
1 answer

How can I fix WatchKitExtension Errors Code=3 in watchOS 6

I’m currently developing an app and came across a few errors with healhkit. The current problem is that I get the following message WatchKit Extension[89109:8693231] [workouts] Failed to restart task server after connection invalidation:Error…
1
vote
1 answer

Extended Runtime Sessions in watchOS stops working after first run

I have some troubles with WKExtendedRuntimeSession. I have set the WKExtendedRuntimeSessionDelegate in my ExtensionDelegate I start the session when the app is active with .start() I stop sessions by using session.invalidate() When I start it…
1
vote
0 answers

iOS WatchOS6 "Complication server connection invalidated."

I'm getting the WatchOS app crashing on 6.1. The error is listed below. I can not find any info on the error. Complication server connection invalidated. You may lack the entitlement to look up the mach service, or there may have been an encoding…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
1
vote
0 answers

How to determine if a user is subscribed on Apple Watch with no receipt on the device?

Apple's docs say Note: You don't need to create a universal purchase for a watchOS app with an iOS app because the app is already included in the same Xcode project as the iOS app. Learn how to add watchOS app information. When you make a…
GarySabo
  • 5,806
  • 5
  • 49
  • 124
1
vote
1 answer

Local Notifications not working on independent WatchOS App

I cannot figure out, how I can schedule local notification in independent WatchOS APP In my extension delegate I try to setup it let center = UNUserNotificationCenter.current() func applicationDidFinishLaunching() { center.delegate…
1
vote
1 answer

How do I change the display name of an independant watchOS app?

I've tried changing the Display Name, the Bundle Name, and the Product Name but nothing seems to work. Every answer I've seen on here is referring to watch apps that have an iOS counterpart, not standalone independent watch apps.
1
vote
1 answer

WatchOS 6.0, Swift 5.0 : No Background Haptics

I am trying to get haptic feedback when an app is in the background. Essentially when a certain value exceeds a threshold there should be haptic feedback. From what I can see I have everything setup correctly; the function that I am calling when the…
Geppelt
  • 363
  • 2
  • 14
1
vote
1 answer

Apple WatchOs along with Firebase Cloud Messaging For Push Notifications

Problem Statement: We have support for push notifications through Firebase Cloud Messaging Platform. It supports Android and IOS both but if we want the same on Apple WatchOS 6.0, does it work the same as IOS App on FCM or is it different? Related…
1
vote
1 answer

Bug when uploading app to real Apple Watch

I am trying to upload my independent watchOS App on my real Apple Watch series 5, but I am having a problem. I am receiving a issue that I telling me: Unable to install "FirstTestWatch WatchKit App" Domain: com.apple.dtdevicekit Code:…
1
vote
0 answers

Delayed Notifications to apple watch on Recieving Push notifications IOS 13.2.2 and watch os 6.1

Hi I am developing app which supports both iphone and watch. I am registering for usernotifications from iphone app as below. On Recieving PUsh notifications i am able to get notificaitonsto iphone quckly 1 to 2 secs. But for watch its taking a…
1
vote
0 answers

Where is the data stored in Apple Watch and how to access it?

I'm using Watch Connectivity to communicate between my iPhone and Apple Watch. I'm using the transfer file function to transfer a URL to my Apple Watch. I'm using the sample app provided by Apple in their watch connectivity link, the console says…
Ronav
  • 79
  • 8
1
vote
0 answers

Xcode failing on running app on physical device

When I'm trying to run apple watch standalone app on physical device its throwing this error: Error: Details Unable to install "TinyRage WatchKit App" Domain: com.apple.dtdevicekit Code: -402620394 -- The executable was signed with invalid…
Lalabuy
  • 65
  • 1
  • 9
1
vote
1 answer

How to get scribble input in SwiftUI for WatchOS6

I'm trying to make it so that when the user clicks on the button that has the comment inside it it will pop up with a scribble user input and dictation. I looked at some other solution, but I wasn't able to get any of them to work. I think it might…
Ben O
  • 228
  • 1
  • 15
1
vote
1 answer

Swift - WatchKit: How to get data back to the root view controller?

Suppose I have three interface controllers which are all linked by push segues. InterfaceController1 -pushSegue-> InterfaceController2 -pushSegue-> InterfaceController3 InterfaceController1 has table which will house the data from the class…
1
vote
1 answer

How to configure push notifications in independent apple watch application

We are developing independent apple watch application(Watch os 6) and we need to receive push notification. So, how do we receive push notifications directly on watch? Because of it is a independent app we don't have apple phone applications to…
Sandip patil
  • 123
  • 2
  • 14