Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page takes you through the steps for upgrading from EMM 1.0.1 version to EMM 1.1.0. For more information on release versions, see the Release Matrix

...

  • The mdm-config.xml, which is in the <EMM_HOME>/repository/conf/ directory, has been renamed to emm-config.xml in EMM 1.1.0 together with the following tags:

    EMM 1.0.1 TagEMM 1.1.0 Tag
    <ios-enroll-url><iOSEnrollURL>
    <ios-profile-url><iOSProfileURL>
    <ios-checkin-url><iOSCheckinURL>
    <ios-server-url><iOSServerURL>
    <ios-device-property-post-url><TokenURL>
  • The following configurations in the mdm-config.xml file, which is in the <EMM_HOME>/repository/conf/ directory, have been removed in EMM 1.1.0 and these configurations need to be configured via the iOS Settings page in the EMM Console.

    Code Block
    <!-- iOS APNS configurations -->
                   <ios-apns-cert-path>[APNS-CERTIFICATE-PATH]</ios-apns-cert-path>
           
           <ios-apns-cert-password>[APNS-PASSWORD]</ios-apns-cert-password>
                   ios-apns-cert-password>
    <ios-apns-production-mode>true</ios-apns-production-mode>
       
                  <!-- iOS MDM APNS configurations -->
           
           <ios-mdm-apns-cert-path>[MDM-APNS-CERTIFICATE-PATH]</ios-mdm-apns-cert-path>
                   apns-cert-path>
    <ios-mdm-apns-cert-password>[MDM-APNS-PASSWORD]</ios-mdm-apns-cert-password>
    
                  <ios-mdm-apns-production-mode>true</ios-mdm-apns-production-mode>
    
             
     
       <!-- iOS mdm topic id -->
                   id -->
    <ios-mdm-topic-id>[MDM-TOPIC-ID]</ios-mdm-topic-id>[MDM-TOPIC-ID]</ios-mdm-topic-id>
  • The following configuration that was in the <EMM-1.0.1_HOME>\repository\deployment\server\jaggeryapps\mdm\config\config.json file has been added to the 
    <EMM-1.1.0_HOME>/repository/conf/emm-config.xml file using the <DeviceMonitorFrequency> tag.

     "monitor_interval" : "$(monitoring_frequency)"
     

Preparing to upgrade

The following are the specific prerequisites you must complete before you upgrade from EMM 1.0.1 to EMM 1.1.0:

...