Changes the provider application ID.
#include <bbpush/push_service.h>
int push_service_set_provider_application_id(push_service_t *ps, const char *provider_application_id)
BlackBerry 10.2.0
A pointer to the push_service_t structure whose provider_application_id you want to set.
The provider application ID.
PUSH_SUCCESS upon success, PUSH_FAILURE with errno set otherwise.