Pushing Enterprise App to different user or goup

We have setup Mac OS X Server as part of our iPAD deployment through profile manager.
We are trying to push our enterprise app to different user through profile manager,which has different version.
Like Version 1.1 to one user or group and 1.2 to another user or 1.3 to our testing ipad.
For some reason MDM only sees all version as one application and start updating all ipads as soon as we upload the .ipa file.
It erase the old version and keep the new one.AS we want to keep both.
App has same bundle id from our developer team.
Please help is there any work around to overcome this situation?
Thanks

PM only keeps one version of the app
Once you update, all users groups etc get whatever version you've updated to
You might need to create a second app with a different name etc for testing

Similar Messages

  • Why are old apps from different user account still on iPad 2 when I changed to a new itunes account?

    I am a teacher and we are setting up accounts for our iPad carts, and we originally had one account for all our iPads, and have now switched to using three separate accounts.  When I logged into iTunes with our new ID for the cart, and tried syncing an iPad, it still had the old apps on the iPad that I was trying to sync with the new account.  The apps were also still in the iTunes Library, which I thought was odd since they are from the different account.  So are these apps supposed to still be on the iPad, and if not what should we do?

    If the apps are still in the iTunes library on the computer that you are syncing them from then they will remain on the iPad - more thatn one account can be authorised on a computer's iTunes (via the Store > Authorise This Computer drop-down menu option), the account doesn't need to be the one that is logged in. If you don't want those apps on the iPads anymore then you could delete them from that computer's iTunes

  • Ipad enterprise apps update through Profile Manager

    Hello,
    we are using OS X Server Profile Manager to push enterprise Apps to an iPad fleet. It is working quite fine for the "initial" download : when a new app is made available to the iPads, it is downloaded without any problem.
    The problem arise with "new release" of an existing app. For example, the developper (a web agency) release the 1.1 version of an existing app (in version 1.0).
    I upload this new version in the profile manager app library. As it is the same app, it appaers under the same name. As we can't have any details on the enterprise Apps in the Profile Manager app library, I can not be sure that the newly uploaded app has properly replaced the old version. And on the iPads, nothing happens, they do not download the new version.
    What am I doing wrong ? Is the Profile Manager supposed to be working to "push" new releases of enterprise app ?
    Thank you.
    PYC

    Watch this video.  It education based, but that's OK.
    There are three ownership models:
    Personal
    Institution
    Layered. combines personal & institution.
    Here is the apple video on Layered ownership:
    http://www.apple.com/education/resources/videos/#ios-layered-ownership
    IT Resources -- ios & OS X -- This is a fantastic web page.  I like the education site over the business site.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
    http://www.apple.com/education/resources/information-technology.html
       business site is:
       http://www.apple.com/lae/ipad/business/resources/
       business site is:
       http://www.apple.com/lae/ipad/business/resources/
    With VPP an mdm is handy. Meraki is web based & free.
    MDM  -- moble device management
    MDMs
    Airwatch, Nukona, Meraki, mobleIron, OS X Server, or Zenprise
    Meraki -- A free MDM
      http://www.meraki.com/products/systems-manager/
      https://discussions.apple.com/thread/4067210?tstart=0

  • [Enterprise App] - How to push app out if user cancels update

    I am using Mac OS X Lion Server's Profile Manager to push updates out to my iPad app users.
    When the user is prompted, "The server is about to update the app blahblahblah" he or she is given the choice to Update or Cancel.
    If the user presses "Cancel" there doesn't appear to be a way to push the app back out, even using Lion Server's "Update" function for the device.
    How do I do this?
    Thanks!
    D

    Update:
    I should have clarified that the App (as well as said theoretical device) is associated with a Device Group profile.
    It does seem as if this might be a bug in Profile Manager. Profile Manager is aware that the device refused the app update, but using the Update function on the device doesn't properly sync the app back to the device.
    Looks like the best way to handle this is to add the app to the profile for the device itself (which I don't otherwise use); have the user accept the app; then it's safe to remove it from the Device Profile so long as the device and app remain associated with the Device Group profile.
    Drew

  • 2 iphones 1 computer. updated my wifes phone to ios 5 her phone got wiped of all apps and all my contacts are on her phone. we had been using the same apple id but different user accounts on our laptop. How do i get her phone back to normal?

    2 iphone 4, 1 computer. i upgraded to ios 5 and just updated my wifes phone as well. her phone got wiped of all apps and all my contacts were put on her phone. we had been using the same apple id but different user acct on our laptop. How do i get her phone back to normal??

    Have your wife log in to her user account on the laptop. Launch iTunes, then connect her phone to the computer with the USB cable. Sync. That should put back all apps and media. Since you already upgraded her to iOS 5 she'll have to manually enter all her settings and preferences, and organize her home screens.

  • CF10 Enterprise, multi-instance w/different user accounts

    Running CF10-Enterprise, 10,0,9,284568 with Update 9.  This is running under JDK 1.7.0_21, and is fronted by Apache 2.2.x and all runs under RHEL6.x.  It seems to work fine
    In short - is it possible to create a new instance, and have that new instance run as a different user than the "main" instance?  If so, what trouble does it cause?
    In more detail...
    The main reason we'd like to have a separate Instance is for "complete" isolation, to prevent one CF process or instance from affecting another, vs having one CF instance and just a lot of websites under it.  Service isolation is a policy.
    I spin up a new Instance (CF Admin -> Enterprise Manager -> Instance Manager), and start it.  It runs as the user "cfusion", which is the same user that the main instance runs as.  I'd prefer it to run as another user, namely the user that owns the site this instance is  for.  So if I have site www.site1.com owned by user site1, I'd like the CF java process to run as user site1 as well, and not the cfusion user.
    In the past, this "complete" isolation was managed by deploying CF9 as a WAR file and running it under Tomcat.  Each website had its own user in /etc/passwd, and that was the user the CF-under-Tomcat process ran as, the files were owned by that user, etc.  But CF10 (currently at least) doesn't support being run as a WAR file under Tomcat.
    The files in /opt/coldfusion10/ are owned by the user cfusion.  An instance I created is in /opt/coldfusion10/testsite/.  Could I chown -R testsite:testsite /opt/coldfusion10/testsite/ (user named same as instance name)?  And the run /opt/coldfusion10/testsite/bin/coldfusion start, as the user testsite?
    I'd lose the ability to easily manage this instance from the main CF Administrator site, such as Updates.  Under CF9, the update process sucked and was manual and I had to do it for each site anyway (sigh.)  But CF10 has a nice(r) update method, and I'd lose that.  But if that's the only thing I lose, and I have to manually update each instance, I guess I can live with that (no different than what I'm doing now, still easier though under CF10.)
    I suspect this is just simple lack-of-knowledge on my part (as are many things in my life.)
    Thank you,
    PH

    Sorry, no.  I haven't found a way to do this, if I want to manage it all from the primary CF instance.  I can, of course, manipulate each instance independently.  But that does rather defeat the purpose of having multiple instances via the Instance Manager.
    I haven't looked in to it much more.  I could probably hack together a combination of password-less sudo and editing of the coldfusion start/stop scripts.  But I don't think that level of editing would be a good idea, not to mention if there ever is a CF update that might specifically rely on unaltered scripts.
    PH

  • I purchased a new Mac Air. I try to update apps and I get this:This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. They do not show up in 'Purchases'.

    I can't update iMovie, Garage Band, Numbers, Pages, Keynote, and iPhoto. on my new Mac Air. 11". I had hoped when I updated to OS X Yosemite that would solve the problem. It didn't. I get this: This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. I went to the app store, as was suggested in someone else's post, using the only ID I've ever had, and went to the purchases tab, to "accept" the apps. That didn't work, because they weren't there to 'accept'. They did come with my purchase, however. Please advise.

    It appears Best Buy is up to their old tricks of palming off returned units as new. Take it back for a complete refund of your money. If they give you any static escalate your problem to management immediately.

  • Downloaded Yosimite, now can't update apps. Keep getting this message "This update is not available for this apple ID either because it was bought  by a different user or the item was refunded or cancelled

    I downloaded OS X Yosimite and now I can't update my iPhoto. I keep getting this message "This update is not available for this apple ID either because it was bought by a different user or the item was refunded or cancelled". None of this has happened.

    Contact the Support personnel at the App Store via the link shown in this screenshot.  Only they can handle this problem.

  • When I sync my phone I get my husbands phone contact list, apps etc and the same happens when he sync his phone.  It recognizes our phone as different users.  How can I get it to not do that??

    When I sync my phone I get my husband's phone contact list, apps, etc and the same happens when he syncs his phone.  It does recognize our phones as different users so how can I stop this from happening when we sync?

    Did you tick the box in iTunes to sync with the Mac address book?  Are you using the same user account on your Mac, with the same contacts in the same address book?

  • I have IMovie 10.0.03 on my computer there was an update on the app store this past Friday which crashed after attemptin This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled.

    I have I movie 10.0.03 on My Mac  On Friday there was an update on the App store which crashed Mid Download, Now when I try and retry the download I get the Following error message,This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled< has anyone else had this problem??  Very Frustrating  Thanks.

    Well then you have the latest version of iMovie.
    Not sure how to explain the rest of your question.
    Matt

  • Tried updating my apps it keeps saying this update is not available for this apple id either because it was bought by a different user or the item was refunded or cancelled

    this update is not available for this apple id either because it was bought by a different user or the item was refunded or cancelled

    Whose Apple ID was used to download the app originally to the iPhone?

  • Hi , I am trying to install some updates for purchased apps but i got this message "This update is not available for this apple ID either because it was bought by a different user or the item was refunded or cancelled" and this is not the case

    Hi , I am trying to install some updates for purchased apps but i got this message "This update is not available for this apple ID either because it was bought by a different user or the item was refunded or cancelled" and this is not the case

    Apple appears to be having trouble on their servers. Try again in a few hours.
    (106358)

  • I've been trying to update my apps, and each time I press update, this message pops up: This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled.

    The same message pops up for apps I have yet to download. I was able to update all my apps yesterday, but now, I can't even download new apps on my iPhone 5 and my 5th generation iPod Touch.
    Thanks.

    Did Apple get this sorted for you? Same problem for my new purchase "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled". Only purchased 3 days ago (and have loaded Yosemite) and have definitely not sold, cancelled or received any refund (very happy with the product).

  • After updating to Mavericks the apps store gives me the message "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."  How do I still update my apps??

    After updating to Mavericks the apps store gives me the message "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."  How do I still update apps such as iphoto??

    What happened was you never accepted these apps into your Mac App Store account.
    Drag & drop the apps in the Trash and use OS X Recovery to install them again. after installing the apps be sure to accept them into your account this time from the Purchases pane of the Mac App Store.
    OS X Recovery -
    http://support.apple.com/kb/HT4718

  • I cant update my apps. it says 'This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled

    Problem started today, may 8. I cant update apps, it says 'The update is not available for this apple id either because it was bought by a different user or the item was refunded or cancelled.

    There are a number of similar posts coming on here, did you change your Apple ID, are you the original purchaser of the app, did you recently do an update of the iOS?  I just updated two apps on my iPhone which has iOS 7.1.1 without any problems at all, so a little more detail would be helpful.

Maybe you are looking for