

Then you just click the + button to add the WorkWeb app to your iPhone:Īnd you might get this problem if your StoreFront was configured wrong for mobile device enrolment into AppController:
#CITRIX APP WRAPPER INSTALL#
Click to install Command Line Tools (if you don’t do this then you might end with the error below when trying to wrap the apps).Open XCode and open Preferences->Downloads,.
#CITRIX APP WRAPPER DOWNLOAD#
Download and install Xcode (not 100% necessary but I recommend that you do that to simplify the creation/download of Distribution certificates and Distribution Profiles).Download the App Preparation Tool for iOS Applications and install it on the client.So lets try to summarise the steps involved in getting these apps into your AppController and then published them to your users! Write-Verbose "Elapsed Time: $(($EndDTM-$StartDTM).I got to play around with and apps a bit… and I must say that the process to get the apps into AppController isn’t the simplest there is for someone that haven’t been doing iOS app development before.īut what I’m describing here is what’s now named XenMobile AppController and a part of the XenMobile bundle: Write-Verbose "Elapsed Time: $(($EndDTM-$StartDTM).TotalSeconds) Seconds" -Verbose \CitrixWorkspaceApp.exe -ArgumentList $UnattendedArgs -PassThru -ErrorAction Stop Write-Verbose "Starting Installation of $Vendor $Product $Version" -Verbose Invoke-WebRequest -Uri $url -OutFile $Source Write-Verbose "Downloading $Vendor $Product $Version" -Verbose New-Item -ItemType directory -Path $Version | Out-Null $Source = "$PackageName" + "." + "$InstallerType" Write-Verbose "Setting Arguments" -Verbose # (Start-Process msiexec.exe -ArgumentList $UnattendedArgs -Wait -Passthru).ExitCode # $UnattendedArgs = "/i $PackageName.$InstallerType ALLUSERS=1 /qn /liewa $LogApp" # (Start-Process "$PackageName.$InstallerType" $UnattendedArgs -Wait -Passthru).ExitCode # Example 2 Powershell: Start-Process powershell.exe -ExecutionPolicy bypass -file $Destination # Example 1: Start-Process "XenDesktopServerSetup.exe" -ArgumentList $unattendedArgs -Wait -Passthru # PowerShell Wrapper for MDT, Standalone and Chocolatey Installation - (C)2015
