1

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: ""
  }; 
Alex da Silva
  • 4,552
  • 2
  • 17
  • 25
RaviKiran
  • 101
  • 2
  • 3

1 Answers1

0

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.

enter image description here

James Young IBM
  • 616
  • 1
  • 5
  • 13