Retrieve the version of the BBM connected app that the user is running.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_get_app_version(bbmsp_profile_t *profile, char *app_version, size_t buffer_size)
BlackBerry 10.0.0
A pointer to the contact's BBM profile.
An updated pointer to the app version array, encoded as UTF-8.
The size of the app_version buffer array.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.