I'm developing a cordova Bluemix push notifica

2019-08-08 14:09发布

问题:

I'm developing a cordova Bluemix push notification application.

I'm not able to find "applicationSecret" when I create from the Bluemix dashboard.

bluemixpush: function() {
  console.log("device is ready, let's initialize bluemix!");
  var values = {
    applicationId: "",
    applicationSecret: "<INSERT_APPLICATION_SECRET_HERE>",
    applicationRoute: ""
  }; 

回答1:

Your application secret is in the Mobile Application Security Dashboard which can be found from the navigation menu to the left in your application dashboard.