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
-2
votes
1 answer

Do all iOS framework and classes are available to use in Watch App Extension?

I am creating a POC in WatchKit and I found that I can use classes like OperationQueue, Set, Dictionary, Array, Data etc in my Watch App Extension. Does anyone know if all the iOS frameworks are included in WatchOS also?
Sukhpal Singh
  • 672
  • 1
  • 12
  • 31
-3
votes
1 answer

Handle both single and multiple items in a View in SwiftUI

UPDATE: Let's put it very simple. This: struct FavoriteButton: View { @Binding var items : [Item] var body: some View { Button("Toggle") { ..... } } } You have the item at your disposal, not the…
Ivan Ičin
  • 9,672
  • 5
  • 36
  • 57
-3
votes
1 answer

Is it possible to query the Blood Oxygen Saturation sensor from your own app on Apple Watch Series 6?

Good morning, This may be a bit of a stupid question but I cannot find the answer anywhere! For a project I am working on a requirement is to regularly check the user's blood oxygen levels. I understand that through HealthKit I can view stored SPO2…
KevvinG
  • 1
  • 2
-3
votes
1 answer

Make request from apple watch requests via ios app

Now I'm developing apple watch extension and I use WatchConnectivity. Can I send message to ios app ios application make a request ? Who can make a request to the server ios app or watch extension ? P.S. Use AFNetworking to work with server. Thanks
Cody
  • 1
  • 2
1 2 3
82
83