我正在尝试Second Button
在 watchapp 上添加一个动态通知屏幕。但模拟器只显示第一个按钮。
{
"aps": {
"alert": "Test message",
"title": "Optional title",
"category": "myCategory"
},
"WatchKit Simulator Actions": [
{
"title": "First Button",
"identifier": "firstButtonAction"
}
{
"identifier" : "Second Button",
"title" : "secondButtonAction"
},
]
}