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

Which file caused a header to be included?

I just upgraded our project to watchOS 2 and i cannot build any more because apparently MGLMapView.h is now somehow included in the project. This is a header from MapBox-gl and it's not supposed to be used in the watchOS project at all. I'm pretty…
Maciej Swic
  • 11,139
  • 8
  • 52
  • 68
0
votes
1 answer

WatchKit thread issue between classes

I have two classes named InterfaceController and LoadInterfaceController. I'm calling InterfaceController's uiChange function from my LoadInterfaceController: InterfaceController *interfaceController = [InterfaceController…
Aleksander Azizi
  • 9,829
  • 9
  • 59
  • 87
0
votes
1 answer

Can Mixpanel be used natively on watchOS 2.0?

I have a watchOS 2.0 app that I want to track events with in Mixpanel. I'm using the Mixpanel pod version 2.8.3. In an earlier released they introduced support for App Extensions, including WatchKit. My podfile looks like this: target 'Elevate',…
dmzza
  • 2,308
  • 1
  • 21
  • 33
0
votes
0 answers

WatchOS2 Deploy to target : Could not build module 'Healthkit'

I am trying to build an app using health kit and I am not able to deploy on to apple watch. I literally don't have any code written, it just refuses to compile HealthKit framework when deploying onto the device.. Anyone has any ideas? I am using GM…
sdw
  • 1
  • 1
0
votes
0 answers

Xcode 7 GM iOS Archiving Error: code sign mismatch

I'm currently working on iOS/WatchOS2 app. And I want to upload to iTunesConnect. I created all provision files, selected them in project build settings. But, when I try to archive my project, Xcode 7GM says: error: Embedded binary is not signed…
GRiMe2D
  • 654
  • 1
  • 10
  • 22
0
votes
1 answer

watch-companion in plist required by iTunesConnect, breaks Watch App

I have an iOS+watchOS 2 app that I have been trying to submit to iTunesConnect. Upon submission, I get the error: Invalid Info.plist value. The value for the key ‘UIRequiredDeviceCapabilities’ in bundle …
Sergio Prado
  • 1,197
  • 2
  • 16
  • 33
0
votes
2 answers

'openParentApplication(_:reply:)' is unavailable error

I have just updated my project to Swift 2.0 after updating to Xcode 7, and I have ran into an issue with my watch extension. I want to have a watchOS 1 target, along with the watchOS 2 target, so I have created a second target for the watchOS 2 app.…
user3746428
  • 11,047
  • 20
  • 81
  • 137
0
votes
1 answer

iTunes Connect watchOS2 App Error

I am seeing the following warning in iTunes Connect when I add a build to an app version: Your binary doesn’t support Apple Watch. The screenshots for Apple Watch won’t be shown on the App Store. The bundle does include an Apple watchOS2 native…
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
0
votes
1 answer

watchOS Provisioning Error

I am getting the following error in Xcode 7 GM while trying to submit an app with a native watchOS App. I have 3 provisioning profiles…
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
0
votes
1 answer

Passing Dictionary to Watch

I'm trying to pass data from iPhone -> Watch via Watch Connectivity using background transfer via Application Context method. iPhone TableViewController private func configureWCSession() { session?.delegate = self; …
SRMR
  • 3,064
  • 6
  • 31
  • 59
0
votes
1 answer

Beta6 Images in Watch App/Extension

I've got 2 images, with the names: raccoonInApp, and duckInExtension. The first image resides in the Assets.xcassets folder in the WatchKit App, and the second image resides in Assets.xcassets folder in the WatchKit Extension. I've built an Watch…
Kelvin Lau
  • 6,373
  • 6
  • 34
  • 57
0
votes
2 answers

WatchOS 2 page-based dots over text/table

Is there anyway this doesn't happen? I have a label that adjusts to its content but if I put it inside a group I'm not allowed to scroll, or even if I put a table inside a group (the group not reaching the page dots) I can't scroll.
Marcos Griselli
  • 1,306
  • 13
  • 22
0
votes
1 answer

HomeKit show no homes in WatchOS 2

WatchKit app using WatchOS2 with HomeKit capabilities, but HMHomeManager return with no homes (after homeManagerDidUpdateHomes is called). The corresponding iOS app works fine, and show the homes.
david72
  • 7,151
  • 3
  • 37
  • 59
0
votes
1 answer

Adding a framework to Watch OS 2 framework

I get "Undefined symbols for architecture" error for frameworks I add to the watch os 2 framework bundle in Xcode 7 beta 5. Anyone facing the same problem?
rordulu
  • 412
  • 4
  • 12
0
votes
1 answer

How to deploy watch app in device?

Device Information iOS Version: 8.4 WatchOS Version: 1.0.1 When I try to deploy demo app in watch it shows device ineligible. Please someone give me some clues!
Prajeet Shrestha
  • 7,978
  • 3
  • 34
  • 63