简体   繁体   English

我正在开发cordova Bluemix推送通知应用程序。 从Bluemix仪表板创建时,我找不到“ applicationSecret”

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

I'm developing a cordova Bluemix push notification application. 我正在开发cordova Bluemix推送通知应用程序。

I'm not able to find "applicationSecret" when I create from the Bluemix dashboard. 从Bluemix仪表板创建时,找不到“ applicationSecret”。

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

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. 您的应用程序密码位于“移动应用程序安全性”控制面板中,该面板可从应用程序控制面板左侧的导航菜单中找到。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在cordova应用程序中添加platfrom时遇到此错误 - I'm facing this error when i add platfrom in cordova application 使用Bluemix进行离子应用程序的推送通知 - Push Notification for Ionic Application Using Bluemix 安装Cordova时出现错误 - I'm getting an error when installing Cordova 如果我正在使用Cordova开发移动应用程序,该如何使用替代的Android模拟器? - How can I use alternative android emulators if I'm developing a mobile app with Cordova? 从Bluemix推送通知获取URL标记值 - Getting url tag value from Bluemix push notification 我正在开发一个phonegap应用程序,但它无法连接数据库,但我附加了以下程序? - i'm developing a phonegap application but it cannot connect the database i attached the following program? 运行“ Cordova build android”时,出现以下异常 - When running the “Cordova build android” I'm getting the below exception 科尔多瓦。 我使用推送通知还是调度程序? - Cordova. I use push notification or scheduller? 我已经完成了构建角度应用程序的工作。 如何构建它以在服务器上运行,即cordova - I have completed building an angular application. How to build it to run on server i.e cordova 在Cordova App中注册设备时Bluemix Push Service Error - Bluemix Push Service Error while registering device in Cordova App
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM