云应用秘密从bluemix消失了?

时间:2015-11-03 18:07:40

标签: android node.js google-cloud-messaging ibm-cloud dashboard

我无法在bluemix信息中心找到云秘密应用。

我需要云秘密应用来做2个项目:

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

http://pt.slideshare.net/ibmdeveloperworks/blue-list-pushandroid

以下链接未回答主要问题。我的质疑是: 云应用秘密在哪里?

[Not able to find App key and App Secret in Bluemix. Instead of the those, App GUID is available

以及更多:我需要一个关于连接Server-Bluemix-Node-RED-JSON与Client-Android 5.0 Lollipop的教程/材料 USING的WebSocket

感谢&#39; S

1 个答案:

答案 0 :(得分:0)

如果您尝试使用较新的版本运行(较旧的)BlueMix教程,请参阅此SO链接:

  

Where is the application secret?

     

如果您有移动客户端访问而不是移动应用程序   安全性然后听起来像你创建了MobileFirst Starter   Boilerplate(最新版本)而不是Mobile Cloud   Boilerplate(截至2015年12月15日已弃用)。

     

MobileFirst Starter Boilerplate中的新服务不使用   用于安全性或验证的应用程序密钥。我会推荐   你看看那个关联的弃用公告,看看有什么   在转向新服务以及你所做的一切都变了   开发人员需要迁移您已有的代码。