I\'m trying to make a simple app that should display notification when button is clicked. The problem is that the notification does not show, but console.logs are showing. S
You can do this, it works for me even on windows 10.
"build": { "appId": "your.custom.app.id", }
app.setAppUserModelId("your.custom.app.id");