I'm developing a cordova Bluemix push notification application. I'm not able to find “applicationSecret” when I create from the Bluemix dashboard

六月ゝ 毕业季﹏ 提交于 2019-12-24 11:47:05

问题


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.



来源:https://stackoverflow.com/questions/33435612/im-developing-a-cordova-bluemix-push-notification-application-im-not-able-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!