Replies: 4 comments 1 reply
|
Thanks for the detailed writeup and for doing the legwork to trace this through the CLI source. We've confirmed the behavior: We've logged this for our backlog. It's a meaningful gap for teams building branded or customer-facing apps and we agree it should be addressed. We'll update this issue when we have a planned timeline. If you need a workaround in the meantime, the icon can't currently be set programmatically — there's no back-channel approach available. |
|
The thread has been converted to an Idea. As Esteban said, we'll update this thread once we have a planned timeline. |
|
Any update on this? We can't even set a usable favicon due to the PowerApps player being at the top level. |
|
Same issue here. Instead of my brand icon, the app only shows a plain white/blank placeholder in the Power Apps Mobile player and "All apps" list. logoPath in power.config.json doesn't get picked up on push, so there's no way to brand the app currently. This is a blocker for any customer-facing app. Please prioritize a fix — even a rough timeline would help us plan around it. |
Uh oh!
There was an error while loading. Please reload this page.
Problem
Code apps always show the default placeholder icon in the Power Apps Mobile player and the Apps list — there is no way to set a custom app icon.
Findings
pac code initaccepts--logoPathandpower.config.jsonhas alogoPathfield, but@microsoft/power-apps-cli0.11.0 /power-apps pushnever uploads it:createAppMetadata(in@microsoft/power-apps-actionsPushApp.js) builds the app metadata with onlydisplayName,description,backgroundColor(white) andbackgroundImageUri: ''— no logo property. The same metadata is used for both create and save.power-apps pushwithlogoPathset still has no icon in the player.Request
Please apply
logoPathonpac code push/power-apps push(and on create), and/or add an icon upload to the code-app details page in the maker portal, so code apps can have a branded icon.Environment
@microsoft/power-apps 1.1.3, @microsoft/power-apps-cli 0.11.0, pac 2.5.1
All reactions