Cisco Anyconnect App For Mac



  1. Install Cisco Anyconnect On Mac
  2. How Do I Download Cisco Anyconnect For Mac

Instructions Mac OS X º Web Installation Method (Windows Operating System Only) If you would like to perform the web installation method click here to download the install guide for the Cisco AnyConnect Secure Mobility VPN client. Cisco, best-known for their Anyconnect, have put out the VPN Client as another solution for establishing a virtual private network. It is an excellent solution for remotely connecting to admin systems and office networks. This program is free and quite simple.

-->

This article fixes a problem that occurs when you deploy a macOS LOB app in Microsoft Intune, and you receive the following error message:

One or more apps contain invalid bundleIds. (0x87D13BA2)

Symptoms

CiscoDoes cisco anyconnect work on mac

You publish a macOS line-of-business (LOB) app by using Intune. When you select the app in the Microsoft Endpoint Manager admin center, the Device install status shows the following information about the app:

  • Status: Failed
  • Status details: One or more apps contain invalid bundleIds. (0x87D13BA2)

Here's an example of Cisco AnyConnect VPN:

This problem can occur even if the app is successfully installed on the device.

Cause

This problem occurs under the following conditions:

  • Multiple applications are included in a macOS app package.
  • The macOS MDM client doesn't report the installation status of all individual applications that are included in the package.

Any app that has multiple components, such as Cisco AnyConnect VPN, can generate this error message.

Resolution

Install Cisco Anyconnect On Mac

To fix this problem and enable the macOS LOB app to correctly report its status, follow these steps:

How Do I Download Cisco Anyconnect For Mac

  1. Copy the wrapped application in .intunemac format to a macOS device. Put the .intunemac file into a temporary folder.

  2. Run the following command to extract the .intunemac file:

    In our example, run unzip AnyConnect.pkg.intunemac.

    The content of the package will be extracted to a child folder that's named IntuneMacPackage under the temporary folder.

  3. Open the IntuneMacPackage/Metadata/Detection.xml file in a text editor.

    Here's a sample Detection.xml file of Cisco AnyConnect VPN:

  4. Remove all MacOSLobChildApp elements except the one for the main application in the package. Update the MacOSLobApp element by using the BundleId and BuildNumber of the main application, and then save the Detection.xml file.

    In the example, the BundleId of the main application is com.cisco.anyconnect.gui. Remove all MacOSLobChildApp elements except the following one:

    Then, change the MacOSLobApp element to:

    Below is the updated Detection.xml file:

  5. Run the following command to repackage the IntuneMacPackage folder:

    Note

    <Package_Name> is the desired name of the .intunemac file, and <IntuneMacPackage_Folder_Location> is the location of the IntuneMacPackage folder that you created in step 2.

    For our example, run the following command:

  6. Add the new .intunemac file to the Microsoft Endpoint Manager admin center, and then sync the device.