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
-1
votes
0 answers

How to play Live streaming in watchOS swift

I an unable to play .m3u8 and live URL in watchOS swift but mp3 and Mp4 is playing. VideoPlayer(player: AVPlayer(url: URL(string: "http://live.greektv.ca/hls1/greektv.m3u8")!)) { VStack { Text("Watermark") …
-1
votes
0 answers

This Watch is not available with your current version of watchOS

I am making an app iPhone and Watch app. The main purpose of the application is to add Apple Watch watchface when the button is pressed. In the iPhone application, I set 10 watches from the iPhone's own official watch application and put different…
CoderBatu
  • 1
  • 1
-1
votes
0 answers

Xcode beta 15 cannot pair my apple watch(watchos beta 10)

After updating Xcode to version 15.0 beta 5, it won't pair with my Apple Watch. Xcode version: Version 15.0 beta 5 (15A5209g) WatchOS Version: 10.0 (21R5320i) Xcode Capture Reboot my mac, iphone, watch and reset my watch but its same
loloolo
  • 1
  • 2
-1
votes
1 answer

Why my watchOS Complication is not on the list after a successful compilation?

There is no complication compiled on my Apple Watch. I simply duplicated target for my iOS widget to extend it to watchOS. I have changed Targetet Device Families to Apple Watch I have changed Base SDK to watchOS i have changed bundle identifier…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
-1
votes
1 answer

Is Google Maps SDK available for Apple Watch watchOS?

I am trying to get Google Maps working on WatchOS apple watch. Is there a way i can use and display Google maps in watchOS? has Google released it for Apple Watch?
Muneeb Ejaz
  • 696
  • 6
  • 11
-1
votes
1 answer

Got an Error while uploading IOS App to App Store Connect. "Invalid Binary. The value of LSApplicationLaunchProhibited"

Error Screenshot While distributing the companion iOS app for my watch App I am getting the following error “Asset Validation Failed Invalid Binary. The value of LSApplicationLaunchProhibited in Payload/iOSMealCoach.app/Info.plist can’t change…
-1
votes
1 answer

In watchos, Can we implement the action when the screen is covered with hand?

In watchos we can back to clock(homescreen) by two way. click dial cover screen with hand My app record audio with avaudioengine. But when i try to back to clock by two way written above. App didn't stay in background, but appear in screen with…
-1
votes
1 answer

How to fix "This app contains a WatchKit app with an invalid bundle identifier"

I'm trying to run the Apple sample project SimpleWatchConnectivity. I changed the bundle identifiers for all 3 parts to my company's domain (e.g. com.nemesys.simplewatchconnectivity). When I try to run on an iPhone and Apple Watch device, I get this…
-1
votes
2 answers

WatchConnectivity on Xcode 14

I made a "todo" app, using core data, and want to extend it to apple watch. The main problem is that when I run the simulator, the watch seems to be not connected with iPhone. I tried to import WatchConnectivity, use WCSession, delegate, and they…
-1
votes
1 answer

Shared HealthKit integration in Xcode for iOS and WatchOS

maybe you can help me with the following topic: I have developed an iOS app with HealthKit integration. All access rights to HealthKit are set up in the info.plist file. I wanted to integrate also a watchOS part into the same project as a…
-1
votes
1 answer

Why is it that triggering a function from within a view updates the @State variable, but triggering that same function from another view does not?

As I understand it has something to do with the fact that @State variables cannot be updated from outside a view. But I'm triggering a function within that same view, just from another view. In my head this should work, but keen to understand why it…
Gaz
  • 101
  • 1
  • 13
-1
votes
1 answer

WCErrorCodePayloadTooLarge - Payload is too large

I'm trying to make a WatchOS app that can receive images and a title from a iPhone app in SwiftUI. I create a object that has SecureCoding. The object is called TemplateObject that can have a String and an array of Data. I convert the images of the…
leosebben
  • 13
  • 4
-1
votes
1 answer

How to know the exact size of a Picker in an View?

To precisely know the View's architecture, and how to compose it, it will be useful to know what size will get the Picker in the parent View. Is this predictable ?
F. J.
  • 9
  • 1
-1
votes
1 answer

Workout session causing app crashes with multiple paired Apple Watches

Problem I am developing an application that can track workout sessions for multiple paired Apple Watches (multiple watches paired to a single phone). I have implemented Watch Connectivity for multiple watches as per Apple Documentation, and that…
-1
votes
1 answer

How to add the keypad and the textfield in the same screen in swift ui watch os

I am designing an app for watch os using swift ui. I want to implement a UI somewhat similar like this Both the textfield and the number pad on the same screen. But when we implement the inbuilt textfield, it navigates us to a separate screen where…
SVG
  • 809
  • 6
  • 21