Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

app crashes when version number increases?

Discussion in 'Editor & General Support' started by NathanGroovy, Aug 8, 2019.

  1. NathanGroovy

    NathanGroovy

    Joined:
    Sep 9, 2015
    Posts:
    43
    So I'm updating an android app to 64 bits, and I had to change the bundle version code. When I updated the version code and tested the app out, it would crash on start. But when I would revert the bundle version code back to its original number, it plays just fine. Has anyone else experienced a problem similar to this and know how to fix it?
     
  2. wesamdan

    wesamdan

    Joined:
    Feb 8, 2017
    Posts:
    3
    I have same problem.
    I have increased 'Bundle Version Code'. (3 -> 4).
    then app is crashed.
    if back, app works fine.

    Please share me if already resolved.
     
  3. modernator24

    modernator24

    Joined:
    Apr 7, 2017
    Posts:
    186
    Same here. Just change the bundle version code 2.0.0 -> 3.0.0 and AndroidBundleVersionCode 18 -> 19 goes crash.
    Change back to the previous version and try again works, and then change again now crash again.

    Have no idea why changing version cause this issue.