What is the difference between build-time and runtime theming?

1 Mins read

What is the difference between build-time and runtime theming?

1 Mins read

Build-time theming compiles a separate app binary per brand with the token values baked in, which suits distinct app store listings. Runtime theming loads tenant configuration into a single binary after launch, which suits a shared app or web platform serving many brands dynamically. The right choice tracks how the business distributes each brand.