Questions tagged [watchos-2]

watchOS 2 is the second 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 8, 2015, and was released on September 21, 2015.

WatchOS 2 is Apple's operating system for the Apple Watch. It was introduced on June 8th at the Worldwide Developer Conference (WWDC) 2015.

WatchOS 2 brings many new features and improvements, some of which are:

  • Standalone Apps for the Watch
  • Connecting to known Wireless Networks
  • Complications
  • Time Travel
  • Clock Kit

WatchOS 2 was released to the general public on September 21, 2015 along with iOS 9.

You can find more information here.

839 questions
0
votes
1 answer

No such module error

Hello fellow stackers I know this question has been asked before but all of the answers I have seen have not worked for me. I keep getting the following error: No such module 'CloudKit'. I only get this error for the watchkit extension…
Garret Kaye
  • 2,412
  • 4
  • 21
  • 45
0
votes
1 answer

Can a watchOS 2 app launch another app?

I have 2 iOS apps that have watchOS 2 extensions. If a user is using the first app, it sometimes makes sense for them to want to launch into the second app. In iOS you can do this using openURL: [[UIApplication sharedApplication] openURL:[NSURL…
lehn0058
  • 19,977
  • 15
  • 69
  • 109
0
votes
1 answer

Compatibility Watch OS 1, OS 2

I know an OS 2 app is not compatible for OS 1. But I wonder whether an OS 1 is compatible for OS 2. And what are the best practices ? Develop 2 apps (1 for OS 1, another for OS 2) ? Or an OS 1 app for all ? Or only OS2 app and we ignore users on OS…
Dave
  • 71
  • 6
0
votes
1 answer

Strange emoji substitution on Apple Watch Simulator

Strange emoji substitution on Apple Watch Simulator. Don't have any thoughts what is this :)
Sergnsk
  • 3,305
  • 3
  • 23
  • 28
0
votes
1 answer

Detect selected row with force touch watchkit

Is it possible to detect selected row index with force touch? Did force touch in tableView current row is highlighted. But i can't take info about him when context menu appears. TableView method -didSelectRowAtIndex: not called with this event.
0
votes
1 answer

Watchkit add UIswitch to Glance viewcontroller

Is it possible to add a UIswitch to a glance viewcontroller? It is not working for me though.
fredsco
  • 313
  • 4
  • 19
0
votes
1 answer

NSUserDefaults and App Groups in WatchOS 2

I am trying to use NSUserDefaults to access an object I save in my NSUserDefaults. I have looked everywhere but I must be missing something. Hoping anyone can help me out. Heres what I have done. I use Xcode 7.1 My bundle identifier is…
Lyck
  • 691
  • 1
  • 6
  • 18
0
votes
1 answer

Xcode: ld: framework not found AVFoundation

Can anybody give me some hints on this frustrating problem. I added WatchKit OS2 to current iOS project in Xcode 7.1.1 and when i emulate the WatchOS and iOS in simulator everything works fine. But when i try to build it for device i get this…
Jack
  • 1,521
  • 4
  • 21
  • 29
0
votes
1 answer

Trying to create Hello World Watch App - LaunchServicesError 0

I'm trying to create a simple Watch project. Created a project in Xcode. Did not add any code or assets. Just trying to run in the simulator. I get the following the error The operation couldn't be completed (LaunchservicesErrr error 0) The…
Jon
  • 1,608
  • 7
  • 25
  • 38
0
votes
1 answer

WatchOS2 connectivity framework doesn't work

I want to pass data from Iphone to Apple Watch. I tried everything but when I am using the didReceiveUserInfo function, nothing happens I check if WCSession is compatible and it is. Code on my Iphone: if(ipField.text != ""){ do { …
fredsco
  • 313
  • 4
  • 19
0
votes
1 answer

SendMessage Complication Controller Wake iOS App

So, I am trying to use the oppertunity when my Watchkit complication calls requestUpdateDidBegin() to use sendMessage() to wake my iOS app and cause it to calculate complication data and use transferCurrentComplicationUserInfo() to update the…
Simon
  • 304
  • 2
  • 17
0
votes
1 answer

can a user interact with WKInterfacePicker with touch gestures?

is it possible to interact with WKInterfacePicker object also with the fingers, not only with the digital crown? thanks a lot
dowi
  • 1,005
  • 15
  • 30
0
votes
1 answer

Filling fitness rings with workout session on Apple Watch

Our app seems to have all the pieces in place to fill the fitness rings on Apple Watch: Workout session starts with activity type HKWorkoutActivityTypeWalking and creates streaming queries for HR, calories and distance. Samples are stored in…
0
votes
1 answer

Why are messages sent with "transferUserInfo" from my Watch are not delivered to the iPhone when the iPhone has been out of reach for some time?

Problem: I tried to use "transferUserInfo" to send information from my Watch app to the main iPhone app. This works when the iPhone is available. If the iPhone is not available, from my understanding, the messages should be queued and delivered in…
John
  • 8,468
  • 5
  • 36
  • 61
0
votes
1 answer

replyHandler not received for sendMessage when Apple Watch is in background

I am making my app for Apple Watch OS2, in which I use sendMessage:replyHandler for communication b/w iPhone and Watch. Now the problem is that when I send a message to iPhone from my watch and goes to background in watch, I do not receive any…
Amish
  • 31
  • 3