We now have an Blazor MAUI Hybrid app on each App Retailer and Google Play. We wish to change branding of the app relying on the hyperlink that took the consumer to the app retailer. As an illustration for customer1 we are going to ship the hyperlink https://mycompany.com/customer1 which can take them to the app retailer with a question parameter or comparable, which ought to then one way or the other trickle right down to the app set up (and metadata within the precise code) so we will within the code know that it was put in by customer1. Then for customer2 we are going to ship https://mycompany.com/customer2 and in the very same method the app code will verify that its customer2 after which change the brand to customer2.
We might additionally like to vary the app icon and app title to “Customer1” and “Customer2”.
The aim of that is to have the ability to white-label the app however with out doing an app-copy within the app shops. Are these items technically attainable in addition to attainable with respect to the foundations of the app shops? To make clear, we might nonetheless solely have one app-entity uploaded to the app retailer however relying on how the consumer received to the shop, metadata would change the looks of the app. We have been taking a look at Firebase Dynamic Hyperlinks however actually undecided if this above is feasible.