Skip Navigation

Using the entitlement version for the Shared Services Framework

For 
BlackBerry Dynamics
 apps that provide a service that is consumed by other 
BlackBerry Dynamics
 apps through the Shared Services Framework, you should include the entitlement version in the app's AndroidManifest.xml file. This allows the SDK routines that work with the services to identify the required version of the service provider.
See the snippet below, or the AppKinectics sample apps, for examples of how to add the entitlement version to the AndroidManifest.xml file for the service-provider app. The GDApplicationVersion value must match the same value that you specified in assets/settings.json. 
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.good.gd.example.appkinetics [...] <app [...] <meta-data android:name="GDApplicationVersion" android:value ="your_value_here"/> </app> </manifest>