Upgrading from HyprMediate iOS 2.4 to 2.5
Remove the HyprMediate.framework and any ad providers and their HyprAdapter files. Click 'Move to Trash' when removing.
Drag and drop the new version of the HyprMediate.framework (available in the SDK disk image) file into your Xcode project. Select "copy items if needed" and "create groups" when prompted.
Verify Target Membership
| 2. From the File inspector tab, ensure that it has been added to your Main Application's build target in the "Target Membership" pane. |
Make sure HyprMediate.framework and libxml2.tbd are both listed in linked frameworks for your target.
Replace each ad provider you removed with the latest version from our downloads page and make sure that it has been added to your Main Application's build target.
App Transport Security
Ensure that your ATS (App Transport Security) settings are as described in the ATS section below (those have not changed from 2.4).
Privacy Controls
Add or confirm that info.plist contains the following privacy plist keys:
- 'Privacy - Photo Library Additions Usage Description' (NSPhotoLibraryAddUsageDescription)
- 'Privacy - Photo Library Usage Description' (NSPhotoLibraryUsageDescription)
- 'Privacy - Calendars Usage Description' (NSCalendarsUsageDescription)
For more information, see the Privacy Controls section below.
That's it! You're up and running with the latest version of the HyprMediate SDK.