5
4 Comments

Mobile developers - how do you manage whitelabel apps?

How do you manage multiple whitelabel apps with the same codebase but different in image assets, and text? Also, how do you push a bug fix to multiple whitelabel apps?

posted to Icon for group Developers
Developers
on November 28, 2019
  1. 3

    Automation is your friend. The more you can automate, the better. When it comes to the initial setup for each app, it's really hard to automate. But you can automate building and uploading the apps.

    I've created a script that takes a single parameter (the app ID), looks up all the config from my API (e.g. icon, splash screen, display name), copies it to the appropriate locations, builds the app, and then gives you the binaries back. I'm planning on automating even more up to the point of uploading and releasing.

    If anything can be fetched by the app from your API, it should be. That makes it the most dynamic.

    1. 2

      Also, make sure that the white labeled version of your app is worth the cost to you. I sell both a shared app and a white labeled app. The white labeled one is about $500 more to cover the cost of the manual work.

      1. 1

        what kind of manual work do you have to do? like uploading and releasing them? Also do you have some sort of automated testing in place? use any device farms?

        1. 1

          Initially setting up each app in Google Play and the App Store can't be automated unfortunately. Once you do that initial setup, though, basically everything can be automated. Uploading and releasing is automatable via tools like Fastlane and apkup.

          Occasionally, I've had to fix builds/uploads manually. iOS apps are notorious for resisting automation. But it's getting easier.

Trending on Indie Hackers
I spent $0 on marketing and got 1,200 website visitors - Here's my exact playbook User Avatar 58 comments Veo 3.1 vs Sora 2: AI Video Generation in 2025 🎬🤖 User Avatar 29 comments Codenhack Beta — Full Access + Referral User Avatar 21 comments I built eSIMKitStore — helping travelers stay online with instant QR-based eSIMs 🌍 User Avatar 20 comments 🚀 Get Your Brand Featured on FaceSeek User Avatar 18 comments Day 6 - Slow days as a solo founder User Avatar 16 comments