Publish applications to stores that differ in detail

3

I see some applications that are very similar I'll say even identical with a different brand or a small detail.

I'll give you an example: Globosat has multi-channel apps, but it's all the same app with different content, at least for the most part.

How does this work, is everyone different anyway? Can you reuse it? Would it be possible to publish the same app with different brands and that will change the content according to what brand installed? Is it possible to have a DLL that can go in one app and then others that use the same DLL do not need it anymore?

Have you understood what I want? Is there a solution or is it worse than in PC and wastes even resources?

    
asked by anonymous 28.08.2018 / 13:45

1 answer

1

You can use Product Flavor .

According to the documentation:

  

Product Flavors represents different versions of your app that you can cast to users, such as free or paid versions of your app. You can customize your product flavor to use different codes and resources, while sharing and reusing the parts in common with all versions of your app.

That is, Product Flavors is used to create customized versions of the same application.

For more info, read documentation

    
29.08.2018 / 19:26