Questions tagged [white-labelling]

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.

See also: http://en.wikipedia.org/wiki/White-label_product

127 questions
-1
votes
2 answers

How do I avoid the white label error(404) on localhost:8080?

I have been looking around here and in other forums for hours and I still haven't found what I am doing wrong. I have built a simple Spring-Boot application with MongoDB and I have no errors in the console when i run it but i keep getting the white…
-1
votes
1 answer

To distribute App only to my clients and white label on already uploaded my app to Appstore

I'm iOS developer and googled my queries's answer but still i'm having some vague concept of following queries so need some expert feedback. Thanks in advance. How can I distribute my app to my clients(who may have more than 1000s of users), I know…
Aleem
  • 3,173
  • 5
  • 33
  • 71
-1
votes
1 answer

Firebase Push Notification with whitelabel android application

I have an application which uses push notification from Firebase. However now i want to refactor my app and make it whitelabel so i have different application for each customer. Since the applicationId is different for each flavour how will i…
james04
  • 1,580
  • 2
  • 20
  • 46
-1
votes
1 answer

Whitelabel an app using Ant

So I will be white labeling an app soon. The whitelabel will simply be a replacement of graphics (with same name) and also some colors and string (.xml files). There will also be some config changes such as API keys etc. I'm just wondering would it…
jim
  • 8,670
  • 15
  • 78
  • 149
-2
votes
1 answer

python labelling new data points in a histogram

I am currently using this code to draw a histogram. import matplotlib.pyplot as plt import numpy as np from matplotlib.ticker import FormatStrFormatter data = np.random.randn(82) fig, ax = plt.subplots() counts, bins, patches = ax.hist(data,…
inic72
  • 25
  • 5
-3
votes
1 answer

White label fonts in iOS application

My task is to white label iOS application. I've done a lot of things for Assets and for Info.plist, I just left to manage a white-label solution for the fonts. For example, Every customer wants to have their fonts for titles. So I got in my mind…
Tornike Gomareli
  • 1,564
  • 2
  • 16
  • 28
-3
votes
1 answer

How to use MySQL queries to separate data, prepping for a multi-tenant / white-labelled web app?

I've created a working web app using AngularJS over a rest API (Slim/PHP/MySQL) for my own company. Now I have a bunch of requests to white-label it for other companies like mine. My backend probably has a hundred or so Rest API endpoints built in…
timh
  • 1,572
  • 2
  • 15
  • 25
1 2 3
8
9