Mohamed Hafez
Mohamed Hafez

Reputation: 8691

What happens to foreground actions if there's no WatchKit app?

According to the documentation, when a notification gets shown on Apple Watch, and a user clicks on a foreground action, it will launch the WatchKit app. So what happens in this case if you don't have a WatchKit app, just a normal iOS app?

Upvotes: 0

Views: 57

Answers (1)

Mike Vosseller
Mike Vosseller

Reputation: 4197

The behavior I see is that Foreground actions are not shown to the user on the watch if there is no Apple Watch app.

This seems reasonable since Apple's documentaion says

Foreground actions launch your Watch app

Upvotes: 1

Related Questions