+

Search Tips   |   Advanced Search

Impact of migrating to a new version of MobileFirst Studio for applications already in production

Since IBM Worklight Foundation v6.2.0, there is a separation between the MobileFirst Server runtime environment and the MobileFirst apps or adapters.

This separation generally means the following:

For Direct Update and app authenticity to work, both the client application and the server-side artifacts (wlapp) must be generated from the same version of MobileFirst Studio.

In certain cases, if you migrate the project.to a new version of MobileFirst Studio, and even if you do not change the code of the application, you must still increment the version number of the application. If we deploy a new, upgraded runtime environment (meaning one that was built with the new MobileFirst Studio), it is possible to deploy both versions of applications - the one built with an older version of MobileFirst Studio and the one that was upgraded and built with a new version of MobileFirst Studio, with a different application version. We can still serve the older, existing client application along with new ones, or block the old ones and refer to download of the new ones.

There are three such cases:


Parent topic: Upgrading to MobileFirst Studio v6.3.0