# Deploy the Same Mobile App/Template Multiple Times

DevFeed: [Deploy the Same Mobile App/Template Multiple Times](<https://devfeed.tech/articles/deploy-the-same-mobile-app-template-multiple-times-19283.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/deploy-same-mobile-app-template-multiple-times/>)

Author: Shai Almog

Published: 2016-09-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Mobile](<https://devfeed.tech/topics/mobile.md>), [Template](<https://devfeed.tech/topics/template.md>), [App](<https://devfeed.tech/topics/app.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [simulator](<https://devfeed.tech/topics/simulator.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [build](<https://devfeed.tech/tags/build.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [code](<https://devfeed.tech/tags/code.md>), [demo](<https://devfeed.tech/tags/demo.md>), [ide](<https://devfeed.tech/tags/ide.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [simulator](<https://devfeed.tech/tags/simulator.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial explains how to reuse one mobile app codebase for multiple customer-branded apps or for paid and free versions. It covers separate package identifiers, shared and customized logic, simulator configurations, and customer-specific native build certificates and provisioning data.

## Source excerpt

We often build one app and sell it to multiple customers. After all, most customers ask for similar things with minor changes. E.g. if I build a restaurant app and then sell it to one establishment I can then resell it to another with almost no change at all... Another common use case is the demo or free version of a paid app, you want to reuse as much of the work as possible without maintaining two code bases.