I'm developing a cordova Bluemix push notifica

2019-08-08 13:47发布

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条回答
冷血范
2楼-- · 2019-08-08 14:31

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

查看更多
登录 后发表回答