SkypeShield Application Installation Guide for XenMobile iOS

App Deployment for iOS 

  1. Go to the XenMobile console 
  2. Go to the Configure tab 
  3. Go to the Apps  tab below it 
  4. Click Add 
  5. Choose Enterprise 
  6. Enter "SkypeShield" under Name, and press Next 
  7. Press Upload, and choose the .ipa file (it should take a few minutes) 
  8. Press Next until you get to the Delivery Group Assignments 
  9. Check the group AllUsers 
  10. Press Save 
  11. Go to the Configure tab
  12. Go to the Device Policies  tab below it 
  13. Click Add 
  14. Under Apps section select App Configuration
  15. Enter "SkypeShield" under Name , select iOS for Platform, and press Next 
  16. Select com.agat.skypeshield for identifier  
  17. Copy the appConfig (xml format) into the Dictionary content and click Next 
  18. Choose all users for the  Delivery Group Assignments 
  19. Click Save 
  20. Go to the Citrix Secure Hub app 
  21. Go to Store 
  22. Install SkypeShield


AppConfig.xml

<dict>
<key>AppConfig</key>
<string>{
     "appConfig": {
            "deviceId": "${device.serialnumber}",
            "deviceIdType": "Serial Number",
            "username": "${user.username}",
            "companyName": "YOURCOMPANY",
            "defaultHost": "https://lyncdiscover.your.domain",
            "packageKey": "jEUGU+Hxr5SwVwuKVgB9eksJw7rR4TUG4mMBpK8+aJo=",
            "skypeShieldAndroidVersion" : "none",
            "skypeShieldIosVersion" : "2.3.9"
}
}</string>
</dict>