Search Unity

BB10 App Version has ".1" appended

Discussion in 'BlackBerry' started by Extrawurst, Aug 1, 2013.

  1. Extrawurst

    Extrawurst

    Joined:
    May 22, 2013
    Posts:
    43
    I have an Appversion defined to "0.2.1" but in the Appworld the Version "0.2.1.1" appears. How do I get control over that last version number that unity appends there silently ?
    Btw. it is not what I specify under "Bundle Version Code" that I can edit under the Android Player Settings...

    See the attached screenshots:

    UnityEditor:
    $BB10_UnityVersion.png
    Appworld:
    $BB10_AppworldVersion.png

    If I however try to specify this fourth digit in the version myself and I input something like: "0.2.1.36" then the build gives the following error:
    Manifest error: Manifest error:
    [ERROR] MANIFEST.MF: Invalid value'0.2.1.36.1' for attribute 'Package-Version'.
    [ERROR] MANIFEST.MF: Invalid value'0.2.1.36.1' for attribute 'Application-Version'.

    This indicates that Unity is adding the ".1" somewhere in the build process itself intransparently.

    See Screenshot:
    $BB10_UnityVersionBuildTest.png


    **EDIT**
    Official Bug report: https://fogbugz.unity3d.com/default.asp?554941_tk4gc3k9dcgkojb0
     
    Last edited: Aug 1, 2013
  2. 7dStudio

    7dStudio

    Joined:
    Jul 17, 2013
    Posts:
    17
    I think only support 1.0 and up.
     
  3. TuesdayNinja

    TuesdayNinja

    Unity Technologies

    Joined:
    Apr 23, 2013
    Posts:
    17
    Guys -

    Just want to let you know we're looking into this. Will have more information for you next week.
     
  4. Extrawurst

    Extrawurst

    Joined:
    May 22, 2013
    Posts:
    43
    Thank you adamd, I am looking forward
     
  5. PixelEnvision

    PixelEnvision

    Joined:
    Feb 7, 2012
    Posts:
    513
    My first app is now live and I'm seeing the same thing... Bundle version set as "1.6" in Unity, shown as "1.6.0.1" on the App World...
     
  6. Tomo-Games

    Tomo-Games

    Joined:
    Sep 20, 2010
    Posts:
    223
  7. AlexThibodeau

    AlexThibodeau

    Unity Technologies

    Joined:
    Jul 23, 2013
    Posts:
    309
    the extra ".1" is the "build id" that blackberry is appending to the end of the version ID since unity is not adding a build ID currently. This has been fixed in a future release of Unity to allow users to specify a build id value.
     
  8. PuneetK

    PuneetK

    Joined:
    Sep 2, 2013
    Posts:
    75
    About how long would this take to get fixed?
    We really would like to change the build ID at our will asap
     
  9. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    992
    You can repackage and sign your app after you manually modify the manifest if you wan't to.
    I can give you more info about how to do this if you want.
     
  10. PuneetK

    PuneetK

    Joined:
    Sep 2, 2013
    Posts:
    75
    Yeah, would appreciate it