Glances deliver easy to read summaries of information from frequently used apps, optimized for Apple Watch.
Questions tagged [apple-watch-glances]
13 questions
2
votes
1 answer
On ReactJS Native for an Apple Watch, how can I set a static image to be displayed for the WatchKit and Glances?
If I have an image foo.png, how can I set it to be displayed for the WatchKit and Glances for a ReactJS Native application on the Apple Watch?
How can it be done (if it can be done) purely from ReactJS Native?
If it needs to be done via ReactJS…

Christos Hayward
- 5,777
- 17
- 58
- 113
1
vote
0 answers
xcode 7.3 can not find glances in my watch
I updated my Xcode to 7.3, and when I opened my watch apps, I found that my glances can not be show in apple watch, I opened My Watch on my iphone simulator and can not find "show glances" option anymore。。。I created an empty watch project(with…

DragonBornYG
- 11
- 3
1
vote
0 answers
WatchKit Glance Image Animation
I'm trying to animate background image sitting in a glance. Though this approach works in an app, it doesn't for a glance:
@IBOutlet var iconGroup: WKInterfaceGroup!
override func willActivate() {
super.willActivate()
…

andriys
- 2,202
- 2
- 19
- 24
1
vote
2 answers
WatchKit: Detect if app was launched from glance/complication
Is there a way to detect if an Apple Watch App was launched by the user tapping the apps glance or complication?

lukas
- 2,300
- 6
- 28
- 41
0
votes
1 answer
Missing WatchOS Xcode Glance Interface View
I am using Xcode 8.2.1. I have an existing project. I choose File -> New -> Target -> Watch OS -> WatchKit App
There are no options to add glances to the project. Nor are glances available in the side menu with various controllers and views.
Have…

Jack Amoratis
- 653
- 2
- 7
- 22
0
votes
0 answers
Correct way to remove Apple Watch Glance view from final build without deleting it from project?
Is there a way to make a app store build without WatchKit Glance view while project still have glance files so they can be used later?
All other related questions in Stackoverflow suggested deleting glance files, but I still want them in project to…

Rukshan
- 7,902
- 6
- 43
- 61
0
votes
1 answer
Glance icon size for watchOS?
I'm trying to use one of the Glance templates and placing my image in the upper left corner. The problem is that my icon is showing up fuzzy.
The Apple docs doesn't specify the size of what this icon should be. Any ideas on what the 1x, 2x, and 3x…

TruMan1
- 33,665
- 59
- 184
- 335
0
votes
1 answer
How display watchkit glance from iOS app
I have an iOS app with a corresponding WatchKit app. When I press a button in the iOS app, I want to launch the watch app glance screen and show a countdown timer.
Which method or techniques should I use. I have already setup the glance screen and…

toxicsun
- 397
- 3
- 12
0
votes
1 answer
Capturing user click in glance?
Is there a way to capture when the user clicks/presses your glance? This action throws them into the WatchApp. I'd like to intercept this click before going into the main app.
I'm running the glance in the watch simulator.

4thSpace
- 43,672
- 97
- 296
- 475
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
Watchkit add UIswitch to Glance viewcontroller
Is it possible to add a UIswitch to a glance viewcontroller?
It is not working for me though.

fredsco
- 313
- 4
- 19
-1
votes
1 answer
How to pass data from iPhone app to a Glance on Apple Watch?
I need to send data from iPhone app to Apple Watch Glance periodically. How do I do this in Objective-C?

user2189878
- 257
- 3
- 10
-2
votes
2 answers
Watchkit Connectivity Framework Vs App groups?
I want to share data between watch and iphone application display it in glance view , which is the best way to share data Watch Connectivity framework or app groups ? If Watch Connectivity then which method in Watch connectivity is suitable for…

Himan Dhawan
- 894
- 5
- 23