Search code examples
iosbuildversionexporebuild

What should I change in the app.json file to rebuild my app from expo?


I am planning to rebuild my app.
What settings should be changed to change from 1.0.0 to 1.1.0?
I wonder about the rebuilding procedure and the setting.

enter image description here

Can I do this?

step1) change app.json
step2) $ expo build:ios

{
  "expo": {
     "name": "my app",
     "version": "1.1.0",    <=== Change this code?
     "ios": {
       "buildNumber": "1.1.0",    <=== Change this code?
       ...
     }
  }
}

Solution

  • this

    "version": "1.1.0"

    because the buildNumber means the number of file of your version, you can create a lot buildNumber for a one version.