'Apple Watch action notifications don't work

I'm in trouble because I don't understand how it works. I want you to tell me.

【App content】 We have developed an app that notifies you of actions on your iPhone. The action notification has two buttons, "Name" and "Number". For example, if you click the Name button from the notification, the name stored in your keychain will be displayed in the app table.

【problem】 When the notification arrived on the iPhone, I tapped the action notification button and confirmed that "Name" was displayed in the table of the app. However, if you receive a notification on the paired Apple Watch and tap the action button "Name" from there, it will not appear in the app table. After tapping the action button on the Apple Watch, it seems that I couldn't get the value of the keychain. The process to get it seems to be running, but for some reason I can't get the value.

Is it impossible to get the data stored in the iPhone Keychain from the Apple Watch as a mechanism? Is this app originally incompatible with Apple Watch, so do I need to code it when performing action notifications from Apple Watch?

I'm still a beginner, so I'd be happy if you could tell me.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source