29
Views
1
Comments
Solved
Icon of the app Multitenant
Question

For a multitenant mobile app, I want to show a different app-icon for each tenant. Is that possible and if yes, How?


2024-06-12 10-07-10
Daniel Martins
Solution

Hi Martin,

Do you want to show a different App icon inside your application accordingly with your end user respective tenant?

The best way is to store in one entity the different icons for each tenant, and get the respective image dynamically using the Site.TenantId that holds the user current Tenant Identifier.


Hope it helps you.

Best regards.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.