Electron-builder: Electron 19.33.0 -> Error: AppX Application.Id can鈥檛 start with numbers: "3601...

Created on 2 Oct 2017  路  4Comments  路  Source: electron-userland/electron-builder

It can. Mine starts with 3601...

appx question

Most helpful comment

Finally solved. A short answer is :

"appx": { 
"identityName": "12345MYCOMPANY.MYAPP", 
"publisher": "CN=XXXXXX", 
"publisherDisplayName": "MYCOMPANY", 
"applicationId": "MYCOMPANY.MYAPP" 
},

"publisher", "identityName" and "publisherDisplayName" are given on developer.microsoft.com, Your App > App Management > App identity

All 4 comments

Couldn't find the answer to this question...

Finally solved. A short answer is :

"appx": { 
"identityName": "12345MYCOMPANY.MYAPP", 
"publisher": "CN=XXXXXX", 
"publisherDisplayName": "MYCOMPANY", 
"applicationId": "MYCOMPANY.MYAPP" 
},

"publisher", "identityName" and "publisherDisplayName" are given on developer.microsoft.com, Your App > App Management > App identity

Thanks @Tazeg applicationId that you added was the key to solve the issue.

Was this page helpful?
0 / 5 - 0 ratings