You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are generating the appx for windows store submission using electron builder. we are able to generate the appx, and submitted for certification then we are getting this error
The available product tile icons include a default image. Tile icons must uniquely represent product so users associate icons with the appropriate products and do not confuse one product for another. For information about tiles see https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets, or for 3D icons for Mixed Reality products, see https://docs.microsoft.com/en-us/windows/mixed-reality/3d-app-launcher-design-guidance. my pacakge.json
"win": {
"target": "appx",
"icon": "build/icons/myapp.ico"
},
"appx": {
"publisher": "CN=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
"publisherDisplayName": "MYAPP",
"displayName": "myapp",
"identityName": "MYAPP.myapp",
"backgroundColor": "#464646",
"showNameOnTiles": true
},
The text was updated successfully, but these errors were encountered:
We are generating the appx for windows store submission using electron builder. we are able to generate the appx, and submitted for certification then we are getting this error
The available product tile icons include a default image. Tile icons must uniquely represent product so users associate icons with the appropriate products and do not confuse one product for another. For information about tiles see https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets, or for 3D icons for Mixed Reality products, see https://docs.microsoft.com/en-us/windows/mixed-reality/3d-app-launcher-design-guidance.
my pacakge.json
"win": {
"target": "appx",
"icon": "build/icons/myapp.ico"
},
"appx": {
"publisher": "CN=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
"publisherDisplayName": "MYAPP",
"displayName": "myapp",
"identityName": "MYAPP.myapp",
"backgroundColor": "#464646",
"showNameOnTiles": true
},
The text was updated successfully, but these errors were encountered: