Updating the platform version dependency for your UEM plug-in
UEM
plug-inWhen you create a new
UEM
plug-in, a snapin-manifest.properties file is generated in the root folder of your plug-in code. This file includes the following line: API_VERSION=<version number>
This API version is referenced in the META-INF/snapin-manifest.xml file in the .zip build artifact. This is the
UEM
platform API version that your plug-in requires. It is important to keep this version up to date.For example, if you developed the first version of your plug-in for
UEM
version 12.9, the API version will reflect the API dependency version. If you want to update your plug-in to incorporate new platform features from UEM
version 12.10, you must update the API_VERSION in the snapin-manifest.properties file.To verify the platform API version, navigate to
<drive:>
\Program Files\BlackBerry\UEM\common-settings and open the uos-manifest.xml
file. Find the “service” element with id “BEP” and name “API”. The value of the “version” element is the API_VERSION that your plug-in requires.