apple-watch Questions

1

I have been fideling with the Apple Watch and swiftUI for a while now and I'm facing a bit of an issue. I'm hopping to access the Digital Crown rotation values without having the indicator show up ...
Commendam asked 24/2, 2021 at 23:10

2

In XCode > Window > Devices and Simulators, I can see console / logs from iPhone just fine but I can't see any logs coming from the paired Apple Watch. In Console.app, it's even worse. I can't see ...
Hu asked 1/1, 2018 at 0:19

2

Solved

So, we have a watchOS app in production featuring a list inside a navigation stack and a searchable modifier. All worked well, but ever since the release of watchOS 10.2, the search bar has stopped...
Sleeper asked 12/12, 2023 at 15:31

35

My phone is listed as an ineligible target in Xcode and out to the side it says (no paired Apple Watch). My Apple Watch is registered under iOS Devices. I can see the UDID. The watch has watchOS ...
Sacha asked 11/6, 2015 at 22:29

12

Solved

We know that there are two screen sizes for Apple Watch: 38mm and 42mm. The WKInterfaceDevice class provides a readable property named screenBounds. I wrote an extension for WKInterfaceDevice, tryi...
Calci asked 9/4, 2015 at 2:38

10

Solved

I'm getting into building Apple Watch apps. What I'm currently working on will require me to make use of detecting swipes in the four main directions (UP, DOWN, LEFT and RIGHT) The problem is I h...
Teddie asked 27/3, 2020 at 11:57

7

Solved

Does anybody know the size of the Apple Watch status bar? I was unable to find such value in documentation neither in Apple Watch Human Interface Guidelines nor in Apple Watch Programming Guide.
Wormwood asked 23/4, 2015 at 8:7

3

Solved

Typically I would use presentTextInputControllerWithSuggestions() to show the TextInput field. But this isn't available in swiftUI because it is a function of WKInterfaceController. Do I have to us...
Felder asked 5/7, 2019 at 12:40

25

I can't run my Apple Watch application in XCode. My phone+watch is listed as a "Unavailable Device" and says "paired device unavailable for development". When I try to launch the app it says the sa...
Untaught asked 28/10, 2015 at 0:5

2

I am having some issues localizing app display name on apple watch companion app. Following the guide lines i have localize the CFBundleName as follow: CFBundleDisplayName = "My app"; CFBundleNam...
Progeny asked 21/9, 2015 at 13:2

6

Solved

I just added a Watch app to my project and try : override func awakeWithContext(context: AnyObject?) { super.awakeWithContext(context) let res = WKInterfaceController.openParentApplication(["key...
Gimcrack asked 15/7, 2015 at 19:7

6

I have an iOS app that I want to test on my personal iOS device. I also wear an Apple Watch that's connected normally to this iPhone. I have not knowingly created any kind of Apple Watch target or ...
Coccus asked 1/2, 2022 at 7:22

9

Is there a more elegant solution to load an external image on the watch than the following ? let image_url:String = "http://placehold.it/350x150" dispatch_async(dispatch_get_global_queue(DISPATCH...
Sharpe asked 5/4, 2015 at 15:47

5

Solved

I'm writing an extension for the Apple Watch which aim is to guide the user through a set of steps. I don't have the watch to test the extension but I need to be sure that the screen will remain al...
Armond asked 7/4, 2015 at 15:9

2

Solved

I added a new watch app for an existing iOS App that is build with react native. I never developed a watch app before. I read everywhere that this should create two targets, the watch App and the A...
Carney asked 26/10, 2022 at 17:40

3

Solved

I am working on a timer app for the Apple Watch. At a specific time (end of timer) the iPhone fires a scheduled UILocalNotification which on the inactive Apple Watch should trigger a haptic alert ...
Acromegaly asked 12/5, 2016 at 13:44

1

I have an iOS app with a Apple Watch extension. I downloaded Xcode 14 and have the warning: WatchKit storyboards are deprecated in watchOS 7.0 and later. Please migrate to SwiftUI and the SwiftUI ...
Ringster asked 9/9, 2022 at 4:50

2

Solved

Can a standalone Apple Watch app open a URL like we can in iOS: UIApplication.sharedApplication().openURL(url!) I want to display a message about an update when a new app is published. I want the ...
Streamy asked 31/12, 2020 at 7:23

13

Problem: I cannot simulate an Apple watch interface. Whenever I try and test my Apple watch app on the iPhone 6 simulator, Xcode successfully finishes and builds the app, attempts at opening simula...
Rewire asked 6/4, 2015 at 21:48

5

I am getting this error when I compile my watchkit app Embedded binary validation utility error error: WatchKit Extension contains multiple WatchKit apps whose bundle identifiers match "com.tec....
Pantagruel asked 18/4, 2015 at 11:48

2

I have an iOS app where I have some settings in the iOS app related to the watch. I only want to show them if the user has an Apple Watch that's compatible with my app. In WatchConnectivity I can ...
Freud asked 16/10, 2019 at 21:57

10

Solved

The version and build number (or version and short version) of a Watchkit app and extension have to be set to the same value as the containing app. I use environment variables to set the apps vers...
Lactate asked 1/4, 2015 at 20:16

3

Working on Apple Watch Notifications:- so if i add button in Notification Interface (from object Lib) then the error is : Buttons are not Supported in Notification Interface PushNotificationPaylo...
Plasty asked 7/4, 2015 at 6:12

8

Solved

Problem: Trying to set the WKInterfaceLabel text using xCode 6.2 but it returns this error: WatchKit Extension[4608:145616] Unable to find image named "hello" on Watch Code: @IBOutlet var lblP...
Antipode asked 26/3, 2015 at 2:44

2

I need to pop to the root view from a deep detail view. And while the following solution using isDetailLink and isActive works quite well for iOS, it does not work for watchOS. The isDetailLink com...
Coverdale asked 5/6, 2020 at 3:35

© 2022 - 2025 — McMap. All rights reserved.