Questions tagged [watchos]

watchOS is Apple's operating system for Apple Watches. Optimized for touch-based interfaces, this OS has a lot in common with iOS, which is the operating system for Apple's mobile devices, but shouldn't be confused with it.

watchOS is Apple's operating system for Apple Watches. Optimized for touch-based interfaces, this OS has a lot in common with , but shouldn't be confused with it.

Currently, the Apple Watch is the only device that runs watchOS. Its API is called WatchKit (see ).

Helpful links

1236 questions
0
votes
1 answer

How to find the exact exception that's being occured or the root cause from the crash logs ios

I created a watch application and it works for me fine, while others pinpoint there is a crash being occurred. So since i cannot recreate, I found the crash logs from xcode for that build, and the crash logs looks like this, Incident Identifier:…
SHA
  • 81
  • 6
0
votes
0 answers

How to determine if user’s got any Apple Watch from iOS app?

as question says my goal is to know if the user’s got any Apple Watch. WCSession.isSupported() just returns me if the iPhone supports an Apple Watch, not if the user got it or not; session.isPaired just returns me if the Watch is currently paired to…
Elia Crocetta
  • 318
  • 1
  • 6
  • 20
0
votes
0 answers

How to read/write oxygenSaturation in real time with watchos6

I downloaded from Apple (https://developer.apple.com/documentation/healthkit/workouts_and_activity_rings/build_a_workout_app_for_apple_watch) the Workout app and tried to add requestAuthorization for the following types and then to read it. func…
Osman
  • 1,496
  • 18
  • 22
0
votes
1 answer

The WKCompanionAppBundleIdentifier key in your WatchKit app's Info.plist must not be present for standalone WatchKit apps

I was building a standalone watch only application and I want to convert it to a dependant watch application since I need to use watch connectivity to exchange some data within the paired devices. So is it possible to directly convert this existing…
SVG
  • 809
  • 6
  • 21
0
votes
1 answer

watchOS didUpdateLocation freezes during location change

I am developing a running app in SwiftUI for watchOS. The problem is that when I start the run, the measuring works fine as 0.55 0.56 0.57 km, etc. Then it randomly freezes, and jumps from 0.57 straight to 0.71. Even the total distance is sometimes…
user7289922
  • 181
  • 1
  • 11
0
votes
0 answers

How I can use AvRoutekit player for share audio from from WatchKit to connected bluetooth devices

I am using AVPlayer for play audios which use watch speaker for play sound on watch. But I want show airplay button like Apple Music app do. I am attaching image I need functionality like this button.enter image description here
0
votes
1 answer

How create alarm on SwiftUI watchOS

I want create alarm app for my apple watch but I don't know how to wake a person. There is an app - Sleep Cycle and they trigger something that looks like on picture: Watch vibrates constantly like default timer app on apple watch. The question is…
Loppik
  • 328
  • 2
  • 8
0
votes
1 answer

iOS 15 - Enterprise provisioning profile (inHouse) - The code signature is no longer supported - iOS App with watch extension - DER entitlement issue

We are using an Enterprise provisioning profile for our apps. With the iOS 15, we started getting the issue "The code signature version is no longer supported". For mobile-only app, we solved this by adding a flag to Xcode -> Target -> Build…
Amit
  • 2,389
  • 22
  • 29
0
votes
0 answers

Difference between iOS app with Watch App vs Watch App

I am trying to make a Watch App that tracks user motion activities. This data will be sent to the iOS app, processed, and then sent to a server. However, if the iOS phone is not present, the Watch App will need to be able to temporarily hold the…
0
votes
1 answer

Issue in sending message from ios to watchos

I am trying to send a message from my iOS app to its companion Watch App. If the watch screen is ON, then everything works fine and I can see the messages. If the screen turns black, the watch is "not reachable" and my messages don't get…
touchydeer36
  • 132
  • 9
0
votes
1 answer

watchOS 8 - SwiftUI adding additional, unwanted space around Image

When using watchOS 8, there is unwanted space/padding around my Image. I measured it and it's 6 logical pixels on each side. How can I get rid of it? This is different from this question, because I'm not using a HStack/VStack.
Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223
0
votes
1 answer

SwiftUI: How do i pass the value to another view?

What I am trying to do here is to pass the "KarvonenVal" to different View in another SwiftUI file. I have tried with .environmentObject and observableObject, but none of them worked. My goal is to display KarvonenVal on SummaryView. I appreciate…
0
votes
1 answer

HealthKit keeps updating the sample data on a simulator, but not the actual data on apple watch

I just started learning swift using WWDC open sources. Im learning on how to create watch os workout application. When I run this on the simulator it will keep updating sample data, but on my Apple Watch, when I run this, it doesn't keep updating…
Epicminetime
  • 183
  • 1
  • 1
  • 6
0
votes
0 answers

Watch app cannot make direct requests without having the iPhone wifi on

I am building a watch only application which contains some api requests to be integrated such that data should be shown. I am using the apple watch se and I have turned on the wifi in the watch. But when I am making an api request for example, Guess…
SVG
  • 809
  • 6
  • 21
0
votes
2 answers

How can we add a launch screen to a watch app?

I am creating a watchOS app using SwiftUI and I wish to add a splash screen, but I am not sure whether it's possible. I have added the following to the Info.plist file, but doesn't seem to show a splash screen.
SVG
  • 809
  • 6
  • 21