Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to set a start screen shortcut with a specific AppUserModelID #80

Closed
etiktin opened this issue Nov 29, 2015 · 7 comments · May be fixed by aknuds1/electron-builder#5
Closed

Comments

@etiktin
Copy link
Contributor

etiktin commented Nov 29, 2015

Windows notification support was added to Electron in v0.35. To make notifications work on Windows 8/8.1, you need to add a shortcut to the start screen that contains the same AppUserModelID as the one you set in your app using app.setAppUserModelId(id).
NSIS apparently supports setting AppUserModelID:
http://nsis.sourceforge.net/ApplicationID_plug-in

It would be awesome if we support that, so people can actually use the notification support on Windows 8/8.1.

@stefanjudis
Copy link
Contributor

👍

@develar
Copy link
Member

develar commented Mar 23, 2016

Since 3.0 we support only Squirrel.Windows.

@develar develar closed this as completed Mar 23, 2016
@develar develar reopened this Jun 13, 2016
@develar
Copy link
Member

develar commented Jun 13, 2016

Relates #362 @etiktin NSIS ApplicationID_plug-in is dead — where I can download it?

@develar
Copy link
Member

develar commented Jun 13, 2016

@McPo
Copy link
Contributor

McPo commented Dec 13, 2016

@develar Would I be correct in assuming that this hasn't been implemented and that native notifications will not work for Windows 8/8.1?

@develar
Copy link
Member

develar commented Dec 13, 2016

@McPo
Copy link
Contributor

McPo commented Dec 14, 2016

@develar My bad, I was foolishly setting the app.setAppUserModelId(id) to the UUIDv5 as opposed to the appId. It also wasn't clear to me that the stated paragraph referenced the AUMID, Ive submitted a pull request to make it more apparent #1007.

Thanks for the great work, it really is an excellent piece of kit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants