Questions tagged [watchos-3]

watchOS 3 is the third version of Apple's operating system for Apple Watch and is the successor to watchOS. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 13, 2016, and will be released this fall. Use this tag only for questions related to watchOS 3.

The watchOS 3.1 is available.

The watchOS 3.1.1 Developer Beta 2 is available for testing to developers here.

Main features include:

  • Performance & Navigation
  • Watch Face
  • Activity Sharing
  • Wheelchair Use
  • Workout
  • Messages
  • new Breathe App
  • new Home app

More information is available on Apple's website.

206 questions
0
votes
1 answer

watchOS - Is there a way to save an image drawn on the watch to the PhotoLibrary?

This must have been asked before, but I cannot find a reference.. I'm creating an image by the code below (thanks to Ben Morrow) let rect = panGesture.objectBounds() switch panGesture.state { case .began: randomColor() …
ICL1901
  • 7,632
  • 14
  • 90
  • 138
0
votes
1 answer

Apple Watch app scroll the view to top programmatically after launching app

I need to scroll to top the main Interface Controller of an Apple Watch app programmatically after each launch specially if users has left the app after scrolling it down.
Samira
  • 215
  • 2
  • 14
0
votes
0 answers

Access network from watchOS 3?

I have an RSS reader which works on watchOS 2. However, it does not work now on watchOS 3. Nothing is loaded and empty screen is shown. I have set "App Transport Security Settings/Allow Arbitrary Loads" to yes in info.plist and watchOS 3 still have…
Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88
0
votes
2 answers

WKWatchConnectivityRefreshBackgroundTask example

I want to pass data from my iOS App to my watchOS 3 app using WKWatchConnectivityRefreshBackgroundTask How do I set up code in my watchOS App to handle the data being transferred? For example in the past I used this iOS code to send a message from…
Greg Robertson
  • 2,317
  • 1
  • 16
  • 30
0
votes
1 answer

Using the existing glance screen of WatchOS 2 as snapshot of the watch app for WatchOS 3

I have an Apple WatchOS2 app which I need to upgrade it to WatchOS 3. As there is no glance screen on WatchOS 3 anymore I'm not sure how to use the current glance screen to create automatic snapshot by calling scheduleSnapshotRefresh method in…
Samira
  • 215
  • 2
  • 14
0
votes
1 answer

WKInterfacePicker -- change textColor

Is there an easy solution to change the text color of picker on watchos? Maybe an easy routine with images representing the text?
easysaesch
  • 159
  • 1
  • 14
0
votes
1 answer

Removing Glance from watchOS

I am trying to upgrade my watchOS 2 app to watchOS 3, since it uses the Glance, I remove the swift code and also the Glance UI from storyboard. But I still got this error when launch on device, what else should I removed? Error Launching…
Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88
0
votes
1 answer

HKWorkoutSessionDelagate protocol conformity

I'm upgrading a watchOS2 to watchOS3 with xCode 8.0 Beta And I'm having trouble with HKWorkoutSessionDelagate. See image. The fix-it suggestion, crashes xcode - anyone having similar issues or can anyone point me in the direction of the resolution…
Jono
  • 280
  • 1
  • 7
  • 15
-1
votes
2 answers

Apple Watch crashes on bit operations with error code Thread1: exc_breakpoint(code=exc_arm_breakpoint,subcode=0xe7ffdefe)

I am hashing user data on an Apple Watch using SHA1 and when running the SHA1Bytes function, I get the following error: Thread1: exc_breakpoint(code=exc_arm_breakpoint,subcode=0xe7ffdefe). This specific line gives me the error: j = (…
Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116
-1
votes
1 answer

Apple watch series 2 barometer

I try to check my iwatch2 barometer sensor(built in). My environments are like this. Xcode beta 8.1 + iphone6S(ios10.1) + iwatch2(watchos3.1) This is my steps. Projects > myBaro watchkit extension > info.list add CoreMotion(for watchos 3.1) in my…
-1
votes
1 answer

Installing watchOS 3.1

I am trying to install watchOS 3.1 on my Watch so to have it in tune with the beta version on my iPhone. I downloaded the Configuration Profile to automatically download updates but I have no cue about how to install it on my watch.
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
1 2 3
13
14