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

Code signing identities not found for watchos 2.0

Trying to build the Lister for watchOS, iOS and OSX from https://developer.apple.com/library/prerelease/ios/samplecode/Lister/Listings/Objective_C_ListerKit__WatchOS__AAPLConnectivityListsController_m.html using Xcode 7.0 beta, but Xcode 7.0 keep…
Lydon Ch
  • 8,637
  • 20
  • 79
  • 132
0
votes
2 answers

Can I use ClockKit with a custom background image and complications at the same time?

I would like to use a watch face with a custom image (as shown during the WWCD'15 keynote) and, at the same time, show complications. How can I do this? I have studied the ClockKit documentation but could not find a way to do this. Update: It seems…
John
  • 8,468
  • 5
  • 36
  • 61
0
votes
2 answers

LongPressGestureRecognizer in watchkit

I am trying to do some action when I long press the button in watchkit. How can I use long press gesture in Watchkit for WKInterfaceButton?
Sakthi
  • 11
  • 4
-1
votes
1 answer

Apple Workout Rings SpriteKit Animation

I am trying to re-create the Apple Workout Rings in my WatchOS App. I am making use of SpriteKit and GameScene for the animation. However, I am not able to understand how to implement the overlapping rings and include a gradient. Workout Rings I…
-1
votes
1 answer

layer control in iWatch using Xamarin

Is there any way to layer a control on top of another. I wanted to put one label on top of another to build out a word. I am using Xamarin Studio and programming for the iWatch, watchOS2.
lcj
  • 1,355
  • 16
  • 37
-1
votes
1 answer

iOS WatchKit - Conflicting App ID requirements for WatchKit Extension during app upload

I decided to support both WatchOS 1 and WatchOS 2. Initially, my bundle IDs for the watch targets are created as follows: WatchKit App: com.company.myapp.watchkitapp WatchKit Extension: com.company.myapp.watchkitextension With this setup, build…
SeaJelly
  • 1,738
  • 1
  • 15
  • 30
-1
votes
1 answer

how to send 300 or more images from iphone to watchapp Extension

I wants to send number of images(300 aprox) from iPhone to watch.and downloads all images and compress it,then i convert all images to nsdata then send towards watch using a dictionary.but i am getting too much time. please suggest me for good way…
-1
votes
1 answer

how to share data using nsobject class(in watch OS 2)

I am creating a watchApp using my existing iOS App.In my iOS App i have a class (.h and .m) and ,i am setting the target membership of .m to WatchApp Extension. I'm getting is SystemConfiguration/SystemConfiguration.h file not found error for some…
-1
votes
1 answer

How to check for watchkit delegate call while using simulators?

Currently i am using the following watchkit delegates.. I need to check whether they are being called or not while using simulators. -(void)session:(WCSession *)session didReceiveApplicationContext:(NSDictionary
Amelia frensheo
  • 124
  • 1
  • 8
-1
votes
1 answer

[__NSCFArray length]: unrecognized selector sent to instance

I'm creating a iWatch app in which I need to display an array of images. I'm using WCSession to transfer the images from the iPhone. Here is the code I tried: InterfaceController.m - (void)willActivate { [super willActivate]; if ([WCSession…
-1
votes
1 answer

Watchkit - How pass multiple values with contextForSegueWithIdentifier

I currently pass a string value from one WKInterfaceController to another using contextForSegueWithIdentifier like so: override func contextForSegueWithIdentifier(segueIdentifier: String, inTable table: WKInterfaceTable, rowIndex: Int) ->…
RileyDev
  • 2,950
  • 3
  • 26
  • 61
-1
votes
1 answer

WatchKit 2.0 Send Message From Phone To Watch

I'm wanting to be able to update my Apple Watch views if a user has both the Apple Watch app open and the iPhone app open as well. I know there is a WatchKit 1 question asked here, but I want to know if I could do this using…
Mike Walker
  • 2,944
  • 8
  • 30
  • 62
-1
votes
2 answers

How to send Array to Watch using sendMessage | Error: Could not cast value of type '__NSCFArray' to 'NSString'

I am using WatchConnectivity to send an array of string values from the iPhone to the Watch, but when doing so I get the following error. Could not cast value of type '__NSCFArray' (0x591244) to 'NSString' (0x9f7458). I have been having some…
RileyDev
  • 2,950
  • 3
  • 26
  • 61
-1
votes
1 answer

Turn transferUserInfo into sendMessage

I've currently got my data being passed from the iPhone to the Watch using transferUserInfo. I would like to add an additional function to ask the iPhone for the same data (immediately since it could be the first time the Watch is opened) from the…
SRMR
  • 3,064
  • 6
  • 31
  • 59
-1
votes
1 answer

Is SF Compact the default system font in WatchOS2?

I just wanted to know if the system font for watchOS 2 is San Francisco Compact. I know that if we want to download the font, we need to have a developer account and agree to the licensing agreement terms.
JMS
  • 271
  • 4
  • 15
1 2 3
55
56