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

Real Watch device can't connect to server using TCP stream, but all works on simulator

I have an app that should connect to the server using CFReadStreamRef and CFWriteStreamRef. All works great on simulator, but not on real device(tested on 4 watches). And I'm not even have any idea of where to look. Internet works on watch, cause…
itworksinua
  • 127
  • 2
  • 14
-1
votes
1 answer

Deploying iOS app that supports watchOS2

My iOS app supports from iOS 8.0+ and watchOS2 that works only in iOS 9+. For app store submission, is only iOS target archive enough?
SIRAJ V K
  • 45
  • 5
-1
votes
1 answer

How can I sum WKInterfaceSlider values?

I want to know how can I sum the values of 2 WKInterfaceSlider. This is the entire code I've done so far: @IBOutlet weak var label1: WKInterfaceLabel! @IBOutlet weak var slider1: WKInterfaceSlider! @IBOutlet weak var label2:…
Vladimir
  • 77
  • 2
  • 11
-1
votes
1 answer

How to submit watchOS2 app without an iPhone app?

I created an app for watchOS 2. So, How can I submit only the watchOS 2 app to iTunes? Which bundleID should be used for submitting the app? com.name.appname.watchkitapp com.name.appname.extension com.name.appname Which one should i choose? What is…
S.Erkan
  • 21
  • 3
-1
votes
1 answer

Open Safari iOS App from Watch App

Is it possible to open the safari in iPhone when I click on some link in Apple watch Application?
Umair Aamir
  • 1,624
  • 16
  • 26
-2
votes
3 answers

How to send notification from iPhone to apple watch?

I want to send notification from iOS App to the apple watch app. I will receive push notification on iPhone. When I receive the push notification I want to send a notification to my apple watch app along with some data like name,time, and just…
TechChain
  • 8,404
  • 29
  • 103
  • 228
-2
votes
1 answer

Design watch UI like activity app's change the daily move goal screen

How to create watch UI like changing the daily move goal screen in the activity app?. Please refer the attached image file. I should be able to change the number using watch digital crown as well as + and - icon. Can somebody help me to create the…
myCmyL
  • 435
  • 2
  • 4
  • 11
-2
votes
1 answer

Why doesn't map display anything?

I have the following in awakeWithContext(): let coord = CLLocationCoordinate2D(latitude: 40.748433,longitude: -73.985656) let region = MKCoordinateRegion(center: coord, span: MKCoordinateSpanMake(10, 10)) mymap.setRegion(region) mymap…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
-2
votes
2 answers

An error while submitting app to app store "ERROR ITMS-90455"

This error show up when I am submitting the app to the store.What I have done is I have re-create the watch kit after I found that my project doesn't need to have glance interface.I have remove the target and old file.It have no problem when I…
ThananutK
  • 71
  • 7
-2
votes
1 answer

Apple Watch - Example on how to get heart rate data?

Apple recently made heart hate raw data avaliable through healthkit, but the documentation is very confusing and I can not understand exactly how to measure the heartbeat of someone wearing the watch. I could not find any good examples on the…
KoJoVe
  • 1,553
  • 2
  • 10
  • 9
-3
votes
1 answer

how to extend background expiration time of iPhone app while your app is sync local data with iWatch app?

When iphone app is enter in background mode then ios automatically terminate app after 180 second. If we require to continuously data sync between iphone app to iwatch app. In this situation what can we do? How to continuously data sync enable…
Shahabuddin Vansiwala
  • 673
  • 1
  • 13
  • 24
-4
votes
1 answer

Passing Value of Property back to SuperClass

I have two classes Model and View Controller. Model is providing value for View Controller and View Controller is returning new value to Model. class Model : NSObject { var session : Int = 0 } class ViewController :…
Jernej Mihalic
  • 151
  • 2
  • 6
-4
votes
3 answers

watchOS 2 new API and Sample Code

Is there any good link explaining about watchOS 2 new features and API? I have tried few of the API, but I want to explore more. Thank you
user1142323
  • 7
  • 1
  • 3
-5
votes
1 answer

Binary operator "&&" cannot be applied to two String operands

I'm getting this error... Binary operator "&&" cannot be applied to two String operands for this line of code... try WatchSessionManager.sharedManager.updateApplicationContext (["color" : newPlay.tColor] && ["match" : newPlay.match]) I'm trying to…
SRMR
  • 3,064
  • 6
  • 31
  • 59
1 2 3
55
56