ios - How to transfer user from Apple Watch Notification to Apple Watch App? -


when push notification displayed on apple watch, possibility open apple watch app tap app icon in upper left corner.

now, i´m reviewing our tracking data, no user seems know this.

how can install tap area in notification view transfers user in watch app?

the first thing understand notifications aren't specific either iphone or apple watch. they're same old notifications we've been dealing years, , nothing has changed. means there's no such thing "apple watch-specific notification" or "iphone-only notification." ios decides route notification based on own heuristics. there no way programmatically control device receives alert.

that said, stk correct have add actions category set notification. notification essentials section of apple watch programming guide has sample code.

because there no such thing iphone- or watch-specific notification, you're correct see these actions on both devices. so, you'll have meaningful on both platforms. makes sense, because ios decides send notification, should handled appropriately wherever it's sent.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -