The practice of creating generic code such that it can be easily reused on multiple projects for different clients with independent branding requirements. Items that can be changed in a white label app may include colors, fonts, images, text, layout, even features or entire sections of the app.
Questions tagged [white-labelling]
127 questions
15
votes
1 answer
White label for angular 2 project
I have an Angular 2 application and I need to create a white label project based on the that. In the white label I need to alter some of the components css and also add new routes / new components. What is the recommended way to approach this?

Roberto Dinca
- 151
- 4
11
votes
1 answer
White label android and IOS apps
We already have IOS and Android app on respective app stores. We now are planning to white label them.
a) Every customer who uses our white labeled solution will get the app rebranded with their own theme, logo and probably little customisation if…

Deep
- 347
- 3
- 7
- 22
10
votes
1 answer
Use sendgrid from multiple domains without whitelabel
I'm trying to understand a few concepts around sendgrid, whitelabeling and different servers that I plan to deploy the same sendgrid account in.
So my questions are:
1) Is whitelabelling purely for masking the via sendgrid.me and will I have any…

mixkat
- 3,883
- 10
- 40
- 58
9
votes
7 answers
Android - whitelabel app
NOTE: This is an old question, and the correspondingly old upvoted answer may not be relevant - see the newer answers about Build Variants (a.k.a. App Flavors).
I have a question about publishing to the marketplace.
Company, X, provides similar…

Kevin
- 11,521
- 22
- 81
- 103
8
votes
1 answer
Which is the better way to white-label a flutter app
I have one project that I have to sell to another clients, so I wanna found a way to unify the code to, when I release some updates, I have to manipulate only one code (and, of course, keeping the specificities from each one)
I found an article HERE…
user14736790
8
votes
3 answers
White labeling React Native apps
There is some information here already: White labeling an iOS app
I was wondering if there any workflows for white labeling a React Native app?
Basically if I had a core app for the app store. I would like to create white labeled versions (iOS +…

Nikos
- 7,295
- 7
- 52
- 88
7
votes
2 answers
How to dynamically change Cordova whitelist?
We have an application that has multiple whitelabel solutions for clients - meaning they are hosted under their own domain.
We have one Cordova app and we want that users can visit all these sites with this app, but I don't want to redeploy…

Dirk Boer
- 8,522
- 13
- 63
- 111
6
votes
2 answers
How can I use vendor specific MIME-TYPES for a "private-labeled" REST API
I'm developing a RESTful API. Currently I'm considering the use of resource-specific vendor MIME-types to convey semantics and meaning as well as well as serve as the "contract" between client and server.
So for example…

bhazzard
- 361
- 2
- 10
6
votes
1 answer
Branding a wpf application
I'm developing a "white label" WPF application, ie an application that will be resold under different brands. This means I need to be able to change text content, icons, etc easily. How is this best implemented in WPF? I've been putting texts and…

carlpett
- 12,203
- 5
- 48
- 82
6
votes
1 answer
What is the common practice for white labeling a Django site?
I have a web application that I would like to allow white labeling for our clients. I have done this in PHP/ZendFramework, keying off the hostname (http://example.com), pulling the logo/colors/other from the database and rendering the main layout…

Jonathan Haar
- 574
- 4
- 10
5
votes
1 answer
How to customize app.json to build a whitelabel app with Expo
I have an application written in React Native with Expo and I need to create about 20 more apps that are almost the same but have different backend and some styling. I have an idea how to do most of that but I'm stuck when it comes to using…

Iryna Sadovnykova
- 51
- 3
5
votes
3 answers
iOS static library codebase for white label apps
I'm looking for the best approach to customize our iOS app so we can easily create white label versions of it and keep them all in sync.
One approach is to put the entire codebase in a static library project. Then create a separate project for our…

RohinNZ
- 3,338
- 5
- 24
- 34
4
votes
2 answers
How can we provide a custom domain name for our clients?
We currently have a SaaS application that lives at app.ourcompany.com. I am trying to understand what it would take to let our clients access our application via a custom subdomain like clients.theirbrand.com.
I have done some research and there…

ryantbrown
- 601
- 1
- 6
- 8
4
votes
1 answer
How do I white label a SaaS solution?
I'm building a SaaS product, and one of the top customer requirements is that they be allowed to white label it.
Customer domain
Include customer logo in UI
Change color schemes to match customer branding
Of everything that needs to be done, I…

Derek Perkins
- 637
- 7
- 17
3
votes
2 answers
Command PhaseScriptExecution failed with a nonzero exit code. Bugsnag source map upload connection timed out
I am trying to white label this github repo.
https://github.com/RocketChat
Here is the white label guide that the RocketChat has provided.
https://developer.rocket.chat/mobile-app/mobile-app-white-labelling/ios-app-white-labelling
This library is…

Zohaib Ahmad
- 131
- 1
- 1
- 9