Skip to end of metadata
Go to start of metadata

Upgrading from Medialets Mobile Analytics Library v1.x

  1. Replace Existing Libraries
    1. Find the following files used by your current project:
      1. libMMTrackingDevice.a
      2. libMMTrackingSimulator.a
      3. MMTrackingMgr.h
    2. Replace the files found in the previous step with the new versions included in the Medialets Analytics SDK 2.x download:
      1. MedialetsAnalytics.a
      2. MedialetsAnalyticsManager.h
    3. Note that Device and Simulator library files are now combined into a single file.
  2. Add libz Compression Support
    1. Add the libz compression library. It is found at this path:
      /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOSX.X.sdk/usr/lib/libz.1.dylib
  3. All public facing classes, functions and variables that begin with MM have been updated to begin with Medialets to prevent any potential namespace issues 
    1. The MMEvent and MMTrackingManager classes are now MedialetsEvent and MedialetsAnalyticsManager respectively.
    2. info.plist value MMAppID is now MedialetsAppID 
  4. Wrapping Up
    1. Select Clean All Targets from the Build menu.
    2. Be sure to select both checkboxes in the dialog and click Clean.
    3. Build and test your project.

Upgrading from Medialets Mobile Analytics Library v2.1.x

  1. Replace Existing Libraries
    1. Find the following files used by your current project:
      1. libMMTracking.a
      2. MMTrackingMgr.h
    2. Replace the files found in the previous step with the new versions included in the Medialets Analytics SDK 2.2.x download:
      1. MedialetsAnalytics.a
      2. MedialetsAnalyticsManager.h
    3. All public facing classes, functions and variables that begin with MM have been updated to begin with Medialets to prevent any potential namespace issues 
      1. The MMEvent and MMTrackingManager classes are now MedialetsEvent and MedialetsAnalyticsManager respectively.
      2. info.plist value MMAppID is now MedialetsAppID 
    4. Select Clean All Targets from the Build menu.
    5. Be sure to select both checkboxes in the dialog and click Clean.
    6. Build and test your project.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.