ibm-bluemix-mobile-services/bms-pushnotifications-serversdk-java

Can't get apikey from VCAP_SERVICES

Opened this issue · 0 comments

PushNotifications.initWithApiKey("YOUR_APPLICATION_ID", "YOUR-BLUEMIX-PUSH-APIKEY", PushNotifications.US_SOUTH_REGION); not work.
It looks the constant APIKEY in PushConstants.java is wrong. It should be apikey, not apiKey.