UEM plug-in compatibility and versioning
UEM
plug-in compatibility and versioningPlug-in development is supported for
BlackBerry UEM
version 12.7 or later. Each release of BlackBerry UEM
uses a specific version of the underlying UEM
Integration platform, so you must use the version of the BlackBerry UEM Integration SDK
that matches your organization's version of BlackBerry UEM
. The APIs are designed to maintain compatibility with later versions of the platform.You can use the following files, both found at the project root file path (for example, C:\example_plugin), to define the name and version information for your
UEM
plug-in:
- snapin-manifest.properties: Generates version and name information forEclipsebuilds. For more information about updating this file after upgrading, see Updating the platform version dependency for your UEM plug-in.
- version.properties: Generates the version and name information for command line builds.
In both files, the MARKET_NAME property is used to specify the plug-name, and the DEV_VERSION property (in the format
<major_version>
.<minor_verison>
.<patch_version>
) is used to specify the version number.