251
Views
1
Comments
Solved
When do mobile apps need to be regenerated?
Question
Application Type
Mobile

I notice that mobile apps need to be regenerated when things like Cordova plugins are added, but they do not need to be regenerated for simple things like UI changes. Is there any documentation for when mobile applications need to be regenerated vs just published?

2018-08-27 08-29-35
Fábio Vaz
Solution

https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Mobile_App_Update_Scenarios

You need a new app build when you change one of the following:

  • App name
  • App icon
  • Primary color of the app
  • External resource, including any configuration files of mobile plugins
  • Plugin or plugin configuration
  • Configurations for a mobile platform
  • Entry module or the name of the entry module
  • Extensibility Configurations property (for example: modification, addition or removal of mobile plugins, changes to status bar transparency, custom icons or splash screens, and similar)
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.