Re-installation of iOS app in the iOS device

Hi,
I am using microsoft intune
I have deployed iOS app in the Cloud using intune
I have registered my iOS divece in cloud
I have installed "company portal" on device
I was able to install the deployed iOS app in the device(iPad)
By mistakenly i have deleted the installed app in the device.
How do i re-install the iOS app in the device which is avaliable in cloud?
Regards,
venkatesh

If this application was packaged with an IPA file (iPhone App) then you will not see the application in the Company Portal, you'll need to use m.manage.microsoft.com from Safari to see and install the application. 
If this app was one you created from the iPhone App Store, that application should be visible and you can initiate a reinstallation from the Company Portal. 

Similar Messages

  • I'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the pro

    i'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the programme

    macjack gave you the easiest solution. Need to have admin privilieges to change this option.

  • I'm trying to download adobe indesign but i'm getting a message that's saying "Install.app" can't be opened because it is from an unidentified developer. Your security preferences allow installation of only apps from the Mac App Store and identified devel

    I recently purchased adobe indesign I'm trying to download it but i'm getting a message that's saying “Install.app” can’t be opened because it is from an unidentified developer. Your security preferences allow installation of only apps from the Mac App Store and identified developers.

    System Preferences / Security & Privacy / General tab.
    Change the settings at the bottom half of the window.

  • Help!  How do I download software for a HP Laserjet Professional P1100? I keep getting the same message when I have downloaded the file "Your security preferences allow installation of only apps from the Mac App Store and identified developers" Help!

    How do I download software for a HP Laserjet Professional P1100? I keep getting the same message when I have downloaded the file "Your security preferences allow installation of only apps from the Mac App Store and identified developers" Help!

    You can change the settings in Security & Privacy to "Anywhere"...
    That should work... as to whether the printer driver will work, that's another question.
    Good luck,
    Clinton

  • If I already have a particular app under one apple Id and I purchase the same app under a different Id for the same device, will it overwrite or replace the previous or will I have two of the same app on the same device??

    If I already have a particular app under one apple Id and I purchase the same app under a different Id for the same device, will it overwrite or replace the previous or will I have two of the same app on the same device?? 
    I'm asking because I purchased an app with an id that has been cancelled so I cannot update that particular app. I can purchase the app with my new id but I don't want to do so if its going to erase all the data I have with the previous purchase...

    Figured it out. Thanks.

  • Does anyone know why i get this error message when installing CS5.1? "your security preferences allow installation of only apps from the mac apple story and identified developers.

    I was given this link to re download my programs. https://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html
    anyone know why i am not getting them to download?

    One way to bypass the Gatekeeper is to right or ctrl click on the Installer and choose Open from the Context menu.
    Then it will give you that option to run the installer app.

  • HT201272 I am unable to make a purchase in an app on my secondary apple Id device but I can in the same app on the primary device

    I am unable to make a purchase in an app on my secondary apple I'd device, but I can in the same app from the primary advice. Can anyone tell me why and what can I do to solve this. I do not want to delete and reinstall as I will lose all my credits and progress. Thanks

    Then you should contact them:
    http://www.apple.com/emea/support/itunes/contact.html

  • When i'm trying to acess apps on the my devices section itunes shuts down

    hi please help,
    I can connect my iphone to itunes no problem and have been using itunes for a good while now.
    but for some reason i find i can no longer acces the app section on my iphone. all the other sections summery, music etc are working fine.but when i click on apps windows comes up saying itunes has stopped responding and must close. i have tried other devices and have the same problem.

    i also have the problem report hope this helps.
    Description
    Faulting Application Path: C:\Program Files (x86)\iTunes\iTunes.exe Problem signature Problem Event Name: BEX Application Name: iTunes.exe Application Version: 10.5.1.42 Application Timestamp: 4ebf7d7c Fault Module Name: iTunes.dll Fault Module Version: 10.5.1.42 Fault Module Timestamp: 4ebf7d44 Exception Offset: 00dc4d0e Exception Code: c0000417 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.768.3 Locale ID: 2057 Additional Information 1: fab8 Additional Information 2: fab892ba3ed29e3751f0d5da94cf8620 Additional Information 3: 4cd3 Additional Information 4: 4cd3df11ce7ace1837760b762f4576e4 Extra information about the problem Bucket ID: 2571559066

  • Can you play games/apps against different iOS devices (e.g. in multiplayer)?

    For instance if a friend has the game FIFA 13 installed on their iPhone 5, would i be able to play against them in multi-player mode on my iPod Touch 5th generation? Or must we all own the same iOS device in order to play each other (i.e. must be both own iphones)?

    All you need is the same multiplayer app on the other device(s). For example, an iPod can play against an iPhone

  • Error coming while installing Berkeley database for IOS Device.

    Hi I want to install berkeley db in my MAC. My Xcode version is 4.5.2. I downloaded db-5.3.21(Berkeley) from oracle site.I installed command line tool for xcode. I installed berkeley db in my MAC for iPhoneSimulator. Where as for iPhone device I am unable to install. I am following below link for installing the berkeley db. http://docs.oracle.com/cd/E17076_02/html/installation/build_unix_iphone.html
    When I am installing berkeley db for IOS device it is showing following error.
    checking for arm-apple-darwin11.4.2-sh... no checking for sh... /bin/sh checking for a BSD-compatible install... /usr/bin/install -c checking for arm-apple-darwin11.4.2-cc... /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc checking whether the C compiler works... no configure: error: in /Users/celstra/rajaramesh/db-5.3.21/build_unix': configure: error: C compiler cannot create executables See config.log' for more details
    ............................... The error is telling that C compiler cannot create executables... But for iPhonesimulator it is not showing the error...
    Steps performed for installing Berkeley database for IOS device.
    export DEV_iOS=/Developer/Platforms/iPhoneOS.platform/Developer
    export SDK_iOS=${DEV_iOS}/SDKs/iPhoneOS6.0.sdk
    export COMPILER_iOS=${DEV_iOS}/usr/bin
    export CC=${COMPILER_iOS}/gcc
    export CXX=${COMPILER_iOS}/g++
    export CFLAGS="-arch armv6 -pipe -Os -gdwarf-2\
    -no-cpp-precomp -mthumb -isysroot $SDKROOT "
    export CXXFLAGS="-arch armv6 -pipe -Os -gdwarf-2\
    -no-cpp-precomp -mthumb -isysroot $SDKROOT "
    export CFLAGS=${LDFLAGS}
    export CXXFLAGS=${LDFLAGS}
    //export CPP=”/usr/bin/cpp ${CPPFLAGS}”
    export LD=${COMPILER_iOS}/ld
    export AR=${COMPILER_iOS}/ar
    export AS=${COMPILER_iOS}/as
    export NM=${COMPILER_iOS}/nm
    export RANLIB=${COMPILER_iOS}/ranlib
    ../dist/configure --host=arm-apple-darwin9\
    --prefix=$SDKROOT ...   
    Same steps i performed for iPHONESIMULATOR. But at that time c complier works fine. But while i am try to install for IOS device it is showing above error.
    Can we need any license software for this installation. Could any one please provide exact document regarding installation for IOS device.
    Any advice would be appreciated.
    Edited by: 1000547 on Apr 17, 2013 12:58 AM
    Edited by: 1000547 on Apr 17, 2013 1:03 AM
    Edited by: 1000547 on Apr 17, 2013 2:31 AM

    Thanks for the  reply komal i did that but not cleared..one thing when i create the build from my flash builder the error happens.but the same project i used in another flashbuilder and create build..That build works fine...is there any chance for flash builder compiler problem.
    cheers,
    venkat

  • How can I update the apps. with the new iTune, that's really silly especially I have two iTune account for different countries

    I used 2 iPhones and a iPad, 2 Apple ID for different countries so that I can download apps. from different country.  Its a pain and sometimes no possible to update the apps. on the ISO devices.  Apple really needs to fix this aspect.  Also the new iTunes is so difficult to use, please bring back the old one.

    When Itunes opens
    1) Click on drop dow list button top left under the player controls
    2) Select Apps
    3) At the bottom right there are two buttons, Check for updates and Get More Apps
    An Alternative is when iTunes opens in the top menu Click on View, Show Sidebar. Then you will see your apps page as in itunes 10. Click on that option and as before you should have two buttons, Check for updates and Get More Apps.
    NB this is all within Itunes NOT the iTunes Store

  • Are apps available on both devices?

    If O purchase a new iPad Air, will I be able to load all the apps I've purchased for my original iPad, and will both ipads be usable? Thanks!

    Applications you purchase are always available to you to download again, free, from the App Store.
    You will be able to use all apps on the new device, but not all apps on the old device if you update them.
    IBooks for example, when updated to IOS 7 will no longer run on my 4th gen iPod touch.
    I suggest you update Apps on the device only, which will drive you buggy with update notifications, but so be it.

  • Installation of deployed iOS app in the device

    Hi,
    I have uploaded the iOS app in the cloud.
    I can see the iOS app in the Manage software.
    I have installed "Company portal" app in the iOS device(iPad)
    I have enrolled the my device(iPad).
    How do i install the uploaded iOS app in my device which is avaliable in cloud?
    Regards,
    Venkatesh

    Hi,
    It is documented here:
    https://technet.microsoft.com/en-us/library/dn646972.aspx
    Under Create a software deployment,
    In the Microsoft Intune administrator console, click
    Software > Managed Software.
    Select the title of the mobile device software that you want to deploy, and then click
    Manage Deployment.
    Note
    When you select multiple items, and include both mobile device apps and computer software, you can only deploy the software as an
    Available Install.
    On the Select Groups page, select the user groups to which you want to deploy the software, and then click
    Next.
    On the Deployment Action page, select one of the following from the
    Approval column:
    Available install – The software will be made available for users to install from the company portal.
    Required install – The software will be automatically installed on devices to which it is deployed.
    To define a timeline for the software to be deployed, click the drop-down menu in the
    Deadline column, and select one of the following options:
    None: Deploys the software based on the agent policy settings.
    As soon as possible: During the next synchronization, Microsoft Intune scans devices in the selected groups, and then deploys the software. For more information about how to schedule synchronization, see
    Use policies to manage computers and mobile devices with Microsoft Intune.
    One week: This option deploys the software package one calendar week from the current day.
    Two weeks: This option deploys the software package two calendar weeks from the current day.
    One month: This option deploys the software package one calendar month from the current day.
    Custom: This option lets you set a specific date and time for the software package to deploy.
    Important
    Deploying software may take longer than expected. It can take up to an hour before newly deployed software is available to users.
    Uninstall – The software will be uninstalled on devices to which this deployment is targeted (where uninstall is supported).
    Not applicable – The software will not be installed automatically, or made available in the company portal.
    /Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Re-installation of iOS app in the iOS device using Intune

    Hi,
        I am using microsoft intune
        I have deployed iOS app in the Cloud using intune
        I have registered my iOS divece in cloud
        I have installed "company portal" on device
        I was able to install the deployed iOS app in the device(iPad)
    By mistakenly i have deleted the installed app in the device.
    How do i re-install the iOS app in the device which is avaliable in cloud?
    Regards,
    Venkatesh Guttal

    If this application was packaged with an IPA file (iPhone App) then you will not see the application in the Company Portal, you'll need to use m.manage.microsoft.com from Safari to see and install the application. 
    If this app was one you created from the iPhone App Store, that application should be visible and you can initiate a reinstallation from the Company Portal. 

  • I have update to iOS 8.1.3, and I cannot open both centers, or use and cancel apps, or the screen change color to gray, or the display do not recognise that I touch it, and more. If I restart it, I find another mistake in next five hours.Help me pls.

    I have update to iOS 8.1.3, and I cannot open both centers, or use and cancel apps, or the screen change color to gray, or the display do not recognise that I touch it, and more. If I restart it, I find another mistake in next five hours. Help me please.
    iOS 8.1.3
    iPhone 5s 32 GB
    CPU 64 bit

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

Maybe you are looking for

  • I share my itunes account with my daughter she has an ipod touch.  Is there a way to turn off her group texting from my account

    I share a apple account with my daughter.  she has her device ipod touch attached to my account.  Is there a way to block group text on her ipod from my iphone since we share an account

  • IPod not recognized since upgrade to iTunes 4.9

    I haven't done any extensive troubleshooting yet, but at a first glance, it appears that since the installation of iTunes 4.9, my iPod is no longer being recognized when it is connected via Firewire. It does not mount on the desktop, cannot be seen b

  • PlayBook set-up problems ... stuck on Blackberry ID Agreement page

    I realise this seems to be known, but its new to me and I can't find a solution that works in the fora, or by using Google, or whatever. Contacted Technical Support, but perhaps you recognise the problem (cannot select country and language on the agr

  • QFX file problem

    I have downloaded transactions for my credit card account with a major Canadian bank and now have a QFX file on my desktop. I selected Quicken as my software. When I attempt to import it into Quicken 2006 on my iMac 10.4.11, I get messages that my fi

  • G5 iMac and HP Laptop web comms.

    I'm getting a G5 iMac this week and want to know how i can keep in touch with home over the net when i'm away with my HP Laptop. I need recommendations of Chat & webcam applications that i can use Windows XP at one end and OS X at the other. I've alr