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
2 answers

WatchOS 2 - presenting another WKAlertAction whilst an existing one is still being displayed

I have my Watch app reacting to receiving localNotifications in my extension delegate's - (void)didReceiveLocalNotification:(UILocalNotification *)notification as follows WKAlertAction *okAction = [WKAlertAction actionWithTitle:@"OK"…
jimbobuk
  • 1,211
  • 12
  • 25
0
votes
2 answers

WCSession activateSession exc_bad_access crash

I have trouble with WCSession activateSession. I added this code in my viewDidLoad method, and it's crashing at activateSession call. sendMessage is also crashing. if ([WCSession isSupported]) { [WCSession defaultSession].delegate = self; …
toxicsun
  • 397
  • 3
  • 12
0
votes
0 answers

How do update UI when user presses the digital crown?

I have a user interface where the button should not appear when the WKInterfaceController is activated again. I tried to hide the button in willActivate, in willAppear, and in didDeactivate. But the button always appears briefly when the interface…
John
  • 8,468
  • 5
  • 36
  • 61
0
votes
1 answer

Calling func session didReceiveMessage in AppDelegate

The user can already tweet (the text that was dictated on watch) in foreground if a specific vc is active on the iPhone. But now I want to go a step forward and send this tweet in Background. So the user dictate a text in the watch app and the text…
Devhess
  • 289
  • 4
  • 16
0
votes
1 answer

RealmSwift and watchos2

Using RealmSwift-0.97.0 and watchos2, I have the following error when trying to run my Watchkit-App for the first time: dyld: Library not loaded: @rpath/Realm.framework/Realm Referenced from: /Users/.... Reason: image not found What could be the…
iKK
  • 6,394
  • 10
  • 58
  • 131
0
votes
2 answers

WatchConnectivity works occasionally

I'm having troubles using the WatchConnectivity framework on WatchOS 2.1 and iOS 9. I'm using transferUserInfo() to send datas from the iOS app to the Watch and It works. The problem is on the way back: when I try to send an update after the user…
0
votes
1 answer

Calling InterfaceController from Menu Item leeds to infinite spinning wheel

I'm trying to open a modal InterfaceController from a Menu in WatchOS 2. This works fine by calling the Controller in the following way: @IBAction func doInfoMenuAction() { self.presentControllerWithName("InfoInterfaceController", context:…
Dirk
  • 1,064
  • 1
  • 11
  • 13
0
votes
1 answer

How to use a WatchKit Services Certificate?

Recently, Apple has introduced "WatchKit Services Certificate" to its development portal. From the description below, it appears to allow users to leverage push notifications to update Watch Complications directly. But, the…
Justin Domnitz
  • 3,217
  • 27
  • 34
0
votes
1 answer

Open Interface controller programmatically in WatchOS 2

i have this scene that only show (please login from your iPhone) and i check if i received user info from the counterpart iPhone application the problem is when i use presentControllerWithName("MyNoLoginInterface", context: nil) it have a Cancel…
SocoM
  • 332
  • 4
  • 19
0
votes
1 answer

WKInterfaceTable: Swipe to edit like the stock Mail app

In the stock Apple Watch mail app you can swipe left to access more options for an email. How would I go about doing this with a WKInterfaceTable?
Benjy Wiener
  • 1,085
  • 2
  • 9
  • 27
0
votes
1 answer

Set icon for Notification in watchOS2

I'm working on notification in watchOS 2. I want to change icon of notification. I've set AppIcon in ImageAsset file but this didn't worked. How can this be achieved?
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
1 answer

Is Watchkit app required to show remote notifications of the app on Apple watch?

I am creating an application that should show remote notifications on Apple watch. I have set all the required icons for Apple watch on my AppIcons assets. My watchkit app will only exist to show the received notifications and be able to read them.…
Iphone User
  • 1,930
  • 2
  • 17
  • 26
0
votes
1 answer

TableRowController draw bug?

What I'm trying to do now is a table, with 2 labels on a row, and different background color for each label. I stumbled upon something very unexpected. This is what I want to achieve: But once I do the same thing inside a tableRowController I get…
4oby
  • 607
  • 10
  • 19
0
votes
1 answer

Apple Watch Glance – Load Data with NSURL

I am creating a glance and need to load some data from an API. I have written the following code but it does not allow me to asynchronously or synchronously request data in the glance controller. let url = NSURL(string:…
Ryan Westcott
  • 199
  • 3
  • 14
0
votes
1 answer

Xcode 7 supporting watch OS2 with iOS8 and iOS9 support

Can I provide support with only watchOS2 app having iOS8 support ? I am supporting iOS8 and iOS9 both in my iOS app. I need to add watch app with WatchOS2. User who installs in iOS9 devices are able to use watchOS2 app, but people who are using…
Hitendra Solanki
  • 4,871
  • 2
  • 22
  • 29