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.
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.
Per App Programming Guide for watchOS:
updateUserActivity:userInfo:webpageURL:
with whatever cue you want to pass along to your app.handleUserActivity:
message containing the info you passed in step 1.