Bundle Version Question

Hello,
I'm in the process of putting together an update for our app on the app store and I have a question about what I need to change in the info.plist file. From what I understand, I basically leave the bundle identifier and the bundle name the same. What about Bundle Version? Does this correspond to the version of my application? Currently it says 1.0. Should I change this to 1.1 since that is the updated I'm submitting to the app store?
I haven't been able to find any information on exactly what Bundle Version is for. Any help would be greatly appreciated.
Thank you,
-Keith

Thanks Bruce, that is what I'm thinking too, but I don't want to mess something up. To the people out there that have submitted updates. Did you change the Bundle Version number?
Thanks,
-Keith

Similar Messages

  • Bundle Renewal Question?

    I have a regular Verizon account and I purchased a one month phone card for someone for the prepaid phone.  I am having trouble understanding how everything works with the Prepaid when I look at the account because it is different from my regular account.  The prepaid account card ran out on 9/21.  It looks like on 9/22 it says "account change" and my cell phone number is after it.  Then right after that at the same time it has "Bundle Renewal" and my number shows up.  A text message was sent to that phone from Verizon saying they were not able to renew it.  Did my friend try to charge a month to my cell phone account somehow? 

    Thanks Bruce, that is what I'm thinking too, but I don't want to mess something up. To the people out there that have submitted updates. Did you change the Bundle Version number?
    Thanks,
    -Keith

  • Error when use Crystal report Bundled Version with Vs2003 on Windows Vista

    Post Author: MartinoLuccarelli
    CA Forum: .NET
    Hi,  I have developed a software with Vs2003 that uses Crystal report Bundled Version.   I have created a Installation package that include the merge modules,   and i have entered the Licence Key for Crystal_regWiz2003 module.    If i install and use the software in the computer with XP or Windows 2000 I do not have problems.    But when i install the software on the PC with Windows Vista i have this error when the probram show a report "Operazine di Crystal Report non Riuscita perche' non e' stato possibile ottenere una licenza gratuita nel tempo allocato"  Thank's

    Uninstall CRVS2010 that you currently have installed.
    To remove the assemblies from the GAC use gacutil. Google will get you a number of links on how to. Also, see the KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do].
    Reinstall CRVS2010 SP1 from here:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads [original link is broken]
    - Ludek

  • What does "Bundle versions string, short" in AppName-info.plist mean?

    I wonder I carelessly modified the "blank" in the row of "Bundle versions string, short" in info.plist file?
    What will be affected?
    How could I return to the original setting?
    Please help!
    Thanks a lot!

    CFBundleShortVersionString (String - iOS, Mac OS X) specifies the release version number of the bundle, which identifies a released iteration of the application. The release version number is a string comprised of three period-separated integers. The first integer represents major revisions to the application, such as revisions that implement new features or major changes. The second integer denotes revisions that implement less prominent features. The third integer represents maintenance releases.
    What is meant by maintenance release?
    So, the original setting is a blank or 1.0.0? which one?
    Thanks a lot!

  • ITunes Connect, Version Number,  Bundle Version

    ios ,iTunes Connect,Version Number, Bundle Version
    I have an app at iTunes Connect Version 3.3 - status has been Ready for Sale for a long time.
    I have a new version with major changes of my app that is ready for release.
    It has Bundle Version 4.6.0. It is validated and I am ready to distribute, BUT
    at iTunes for the new version number I entered "4.6". My bad, I now
    know that I made a mistake and the the "4.6" will appear to the public as the
    new version number. I want the public to see "4.0" as the version number.
    How can I do this? I see no way to cancel the current "prepare for submission" data.
    Am I simply stuck with this jump from V:3.3 to V:4.6
    Many Thanks for reading this, Mark

    I will answer this myself. The existing app V:3.3 at iTunes Connect was put up with an Info.plist Bundle Version of 4.5.1. I am force by the current demands of iTunes Connect, as I see it, to go higher than 4.5.1 , on the upcoming release. The interface does allow me to go to a Version 4.0 at iTunes but when I do so , the app will not be validated in Organizer, because of the discrepancy between Info.plist BundleID and iTunes Version. It appears to me that there has been a change made at iTunes Connect that I missed. Earlier a "public" Version of 3.3 at iTunes could exist with an info.plist  Bundle Version 4.5. but now  4.0 at iTunes can not be used after the move to a Info.plist Bundle Version reaches 4.6.0. I have to move to an iTunes Version number of 4.6.0 when I really want 4.0.0. I understand the demand for ever increasing numbers in Version and Bundle Version, but IMHO , I should be permitted to use 4.0.0 !

  • Bundle versions

    I want to set the Bundle Version in my plist. However, it appears that the value that is actually LOOKED at by finder to put the version when you look at more info is "bundle versions string, short" Editing this, however, requires opening the plist file, rather than just editing the "version" in the target settings.
    Is there a way to either a) make the bundle version always equal the bundle version short, b) make finder look at the bundle version instead of the short string or c) make the short version appear in the edit target settings window?
    Or, is there some better way I should be dealing with this?
    thanks.

    Thanks. I will check this.
    But i will ask for an enhancement to delete bundle versions on folder level or something, i have to think about it.
    Originally Posted by Jared Jennings
    floort,
    >Somebody who has experience with this?, is this a missing feature?.
    >If somebody can confirm that there is no other way than deleting older
    >bundle versions (change management) manual, then i can make an feature
    >request for it.
    You could do this with ZMAN commands.
    Write a script that gets all the bundles and then deletes all the old
    versions.
    Here's from the DOC.
    bundle-delete-version (bdv) (bundle path) [bundle version number] [options]
    Deletes one or more versions of the bundle.
    [bundle version number] [...] - Version of the bundle to delete.
    Accepts the following option:
    -a --all - Deletes all the older versions of the bundle.
    -p, --previous - Deletes all the versions of the bundle older than the specified version.
    Examples:
    To delete the version 5 of the bundle, zenbundle:
    zman bdv zenbundle 5
    To delete all the versions of the bundle, zenbundle:
    zman bdv zenbundle -a
    To delete all the versions of the bundle, zenbundle, that are older than the version 3:
    zman bdv zenbundle version -p 3
    Jared Jennings
    Senior Systems Engineer, Computer Integrated Services (CIS)
    Computer Integrated Services
    My Blog and Wiki with Tips, Tricks, and Tutorials
    Main Page - ZENWorks Wiki
    Twitter@ jaredljennings

  • Multiple Software Versions Question

    Rookie question here.  My organization recently purchased a new copy of InDesign CS6 for me and one other employee.  We did NOT purchase Creative Cloud subscriptions, but hard copy licenses.  The software is working great and we love your product.  The problem we are having is in regards to other people in our organization trying to open our newly created InDesign Documents (CS6) with their older version of the software (CS5).  We do NOT have the option to upgrade the CS5 software licenses, so what are our options for those employees with CS5 to be able to view and edit documents created in CS6?  I'm assuming there is a way to save the CS6 documents as older versions, correct?  We all operate Windows PC's.  I greatly appreciate your help.

    @Todd – the only way saving back is exporting to IDML from CS6 and open the IDML in CS5.
    If this is a reliable workflow is questionable. You have to proofread the opened IDML in CS5. I recommend to export to PDF from CS6 as well and compare the PDF with the opend IDML in CS5.
    Uwe

  • Report showing Bundle Version

    We have about 20% of our workstations that are not getting the ZCM update to version 10.0.3. They are still at version 10.0.1.
    Is there any way to get a report showing all of these workstations? The console is just too slow to have to click on Configuration>System Updates>...etc.
    Thanks for any advice.

    I found the zdevice table. In the ZenAgentVersion field there is some XML code which lists the version numbers of all the bundles. Granted there are several version numbers in this field, I was able to write a "slice-n-dice" MS Access string to pull out the first Version Number:
    Mid([ZenAgentVersion],InStr(1,[ZenAgentVersion],"registration")+23,8)
    This looks in the string for the word 'registration' then moves to the right 23 characters, then pulls out the next 8 characters, ie: 10.0.3.2, or what ever it may be.
    This is not a very definitive solution. Would you be able to send in your sql query?
    Thanks
    Originally Posted by rvhskent
    I've tried a bunch of angells with zcm inventory reporting to get a definitive way to have the system report the true state of the agents unsuccessfully. I tried a few different criteria but could never nail down an exact report from the canned reports. the novell person i was working with showed me a sql query for the sybase db using the sybase gui and from there I was able to see the true agent version. I don't have the query handy right this second but i think it was displaying all the zdevice fields. with some slicing and dicing in excel i was able to get a list of device agent versions. I have put in a feature request while i was working this out to have a canned report, a device screen column for agent version or even and advanced device screen sort for agent version (there's all sorts of ways to sort in ther but not by agent version).

  • Acrobat.exe product version question

    Hi
    Does anyone know of a link in Adobe where it shows every product version number for all acrobat.exe they have produced?
    Basically i just want to be able to see which version of the file is a professional and standard version. (Based on the file product number).
    eg. Acrobat.exe product number 8.1.0.2007051100 is a professional version.
    Thanks
    DM

    I think there is a list, but the problem is it may vary based on the source and version as I recall a comment before. Anyway, the fastest way of getting the information is still probably to run the program, using one with Pro and one with Std. Sorry that I can't be more helpful, but the last time I saw a question about these numbers the answer was rather mixed and indicated it varied with the source of the product and several other factors. I don't really know more.

  • Process and Form version question

    a few questions related to the versions of Forms and Processes:
    1) in WorkSpace, launch a process, then put the form in "Draft".
    then modify its XDP, the form gets a new version in the repository.
    what's going to happen to my Draft?
    when I launch the Draft again, will it use the new version or old version of the XDP?
    2) launch a process, starts the workflow,
    before the workflow completes,
    (say, it has 5 user tasks, only 3 users have processed it)
    I update the process map and/or the forms.
    will that unfinished process instance follow the new workflow map? or the old?
    3) when there are unfinished 'running' process instances in the system,
    I deactivate the process.
    what's going to happen to those unfinished instances?
    will they still be able to complete?
    4) when there are unfinished process instances in the system,
    but I don't want anybody to launch any new instances from WorkSpace,
    how do I do that?
    do I remove its "TaskManager" endpoint? or?
    thanks
    James

    1)Itll re-render the form so it will take the latest version from the repository.
    2)It will follow the original process. Only initiating new processes will follow new process map. As for the forms, the new version will take effect immediately.
    3a)what's going to happen to those unfinished instances?
    Theyll stay in a running state in the database
    3b)will they still be able to complete?
    Not until you re-activate the process.
    4)Yes you can remove/disable the endpoint.
    Jasmin

  • Version question - v1.4.1_02-b06

    Hi all,
    Quick question - could someone confirm if the above runtime environment is a beta version, or full release?
    I've tried searching the java site to no avail - if anyone can help it would be very much appreciated!
    Cheers,
    Tony

    That's not a beta version. The 'b' stands for build, not beta.

  • IMovie Version Questions

    I've read with interest the issues regarding iMovie8 and regret just having purchsed a new iMac, primarily to upgrade from an old iMovie4 version. The inability to export back to tape (that was Apple tech advice for best means of storage!). Based on reading posts, iMovie6 addresses some issues, but I have two questions for those of you knowledgeable about this situation:
    1-I read somewhere in the many chains that any version of iMovie past 4 (that I have) will no longer "pass through" analog signals from a camera (in my case Sony) and convert to digital: that is exactly what I've been doing over the last several years with older analog tapes (Hi8) of our kids. So, does this mean if I go even to iMovie6 I'll be unable to digitize video from those old tape? If so, I'm completely boxed in.
    2-With older iMovie versions, the transfer back to tape has worked perfectly. But, with iMovie4, I find that as it goes back to tape on the camera, there are occasional "freezes"--the image stops for a fraction of a second or a second or two. And that freeze is on the tape version (even though the movie itself on the computer is fine. Has anyone had this issue with any version of iMovie that still allows transfer back to tape.
    I'm feeling very abused...potentially unable to use old analog tapes with iMovie6, unable to transfer back with iMovie8, and the transfers are not working well with iMovie4. Any advice appreciated.

    Thanks for your several responses. Based on your comments, iMovie6 should be ok for both analog pass through my Sony directly into iMovie, and to transfer back to tape. Others had indicated that the analog pass through was not operative after 4, but you're doing exactly what I'm asking about. Based on all comments I've read, neither analog pass through nor transfer back to tape will work in iMovie 8. I guess I'll proceed, and download iMovie6 as others seem to have done...although I've seen some issues with running 6 when 8 is on the computer. Thanks again.

  • Mac OS x 10.3.0 version question

    well i was using mac os x 10.4 versioin till 2days back but then somthin happened to my machine & i was not able to open any inbuilt applications like mail ,safari ..dashboard etc..i tried disk utility verification too but that failed ...i had no choice but to reinstall the operating system ..but unfortunately i cudn't find mac 10.4 version anywhere in my office & i had to installed 10.3 version..So i want to know is it possible to install dictionary dashboard and all that application in 10.3 version....or wats the way to upgrade it without actualy buying the product again..please guide!!
    thankyou

    Hi lubna,
    first of all: WELCOME TO THE DISCUSSIONS!
    This might have been your problem: Apple-applications unexpectedly quit
    No, there is no other way than buying new disks. Make sure you get the retail full install version!
    Then follow this procedure: 10.4 Tiger Upgrade: Decision tree+Checklist
    If this answered your question please consider granting some stars: Why reward points?

  • Adobe CS6 ESD (download) Version Question

    Hello community
    Many places like B&H for example offer a download version of Adobe CS6 istead of an install CD ROM.
    My question:
    1.) if I'm right I have the possibility to install CS6 on 2 PC's (not using simultaniously). Will I have this possibility too
    with the download Version (ESD)?
    2.) What if I'd buy a new Computer, could I reinstall the programm with the same activation code, as I believe I could
    withe the CD ROM
    --> are there any disatvantanges withe the ESD Version?
    I appreciate your help! Thank you!
    Best Regards

    There is no difference whatsoever between physical media versions or downloads. You are overthinking this.
    Mylenium

  • FMW version question (OIM/SOA/WLS specifically)

    I think I'm just getting buried in documentation here and I thought that perhaps some of the experts here could answer what could be a relatively simple question...
    I have the following FMW 11.1.1.3.x components deployed at the moment:
    OIM 11.1.1.3.x
    SOA 11.1.1.3.0
    WLS 10.3.3
    Does patching SOA require that OIM also be patched to the same patch level (11.1.1.4 or 11.1.1.5 for all components... no mixing and matching)? I know that SOA is only certified with an equal WLS patch set.
    Is the general rule of thumb that all components of FMW should be at the same patch level (excluding bundle patches)?

    Yes, ideally all the components which are interacting with each other in an environment should be upgraded to same patch level supported by Oracle. This is recommended step.
    Thanks,

Maybe you are looking for

  • Burning DVDs off of iMovie ver. 2

    Hey all. I have a Mac G4 with os 9.1. I am trying to burn video dvds off of iMovie v.2.0.3.  Have created the project,  but can't get my Lacie firewire DVD burner to find and burn the project.  I exported the project to Quicktime, and can view it the

  • Satellite L750D - Cannot register warranty due to country code

    Unsure if this is an appropriate question BUT... I am trying to register my L750D Notebook for warranty and it will not accept my country code. I live in Australia so the country code is 61. I live in South Australia - code 8 and my phone number is 8

  • HT1414 has anyone else had the problem with grayed out wi-fi and if so how did you fix

    can anyone help me about my wi-fi not working and why its grey

  • Safary With Java

    I'm working with my laptop in Windows 8 64 bits and i have installed Safari 5.1.7 (7534.57.2). I have installed the following Java Software: - Java 7 Update - Java 7 Update 17 (64-bit) - Java(TM) 6 Update 34 (64-bit) When i want to get the site "http

  • Combining Archive PDFs

    Hello, I've been archiving the responses to my distributed form after I import 50 applications at a time (I'm expecting over 2000+ applications). Eventually I would like to merge my separate archive pdf's into one massive pdf file and I want to be ab