How to set the version number before recompiling?

An app must be published with a version number. And if you want to publish an update of your app, you will have to change the version number for a higher one before compiling your application.

Note that there are two different things when we talk about “updating an app”: you can update the content of an app (adding a news, a discount code, an existing feature, the colors, etc), and you can update your application on the stores because you need to republish it.

In the first case, most of the time, you don’t need to update your app on the store and thus you don’t need to recompile it. Just change the content, or add the new feature, change the colors, and restart your app on your phone to see the changes.

But, if you change some other things that are native to the application like its startup images, its icon or its name, you will have to compile a new version of your app and republish it. In that case you will have to increase the version number before recompiling your app.

To change these values take the following steps:

1. Connect to your Editor and select your App

2. Go to the publication tab, set the build version 

4. Generate either source code (iPhone) or APK/AAP for Android 

If you want to publish an update of your app, you will have to change the version number for a higher one before compiling your application.

 

  • 0 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

Will I be able to update my app without a new publication process?

Yes. Your app is automatically updated with your new content, as well as new colors and new...

Why I can't compile my application in Xcode?

Verify you have installed the last IOS SDK. This is mandatory in to use Xcode correctly. You can...

How to resolve compiling error message "linker command failed with exit code 1 (use -v to see invocation)" in Xcode

You have to open the app in Xcode with the workspace file , and not the project file

How to resolve compiling error message "sync Gradle project failed. Please fix your problem and try again." in Android Studio?

In Android Studio, go in Tools > Android > SDK Manager and update all from the tabs “SDK...

Powered by WHMCompleteSolution