问题标签 [ibm-cloud-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ibm-cloud - bluemix 中的应用程序上传问题
当使用 cf cli 将我的应用程序推送到 bluemix 时,它显示“0 个实例正在运行,1 个正在启动”......并且在某个时间之后“FAILED 启动应用程序超时”
对于同一个帐户,eclipse 中的 ibm bluemix 服务器没有启动。
ionic-framework - 如何自定义 Bluemix 推送通知?
我正在使用 bluemix ibm-mfp-push 和 ibm-mfp-core 为我的混合移动应用程序推送通知。我已经在项目中添加了所有图标和闪屏,但是每当我发送通知时,它仍然显示一个开始图标。我想用我的应用程序图标更改这个星形图标。我还需要在点击时将我的用户重定向到某个适当的屏幕的推送通知。任何参考或示例将不胜感激......
apple-push-notifications - IBM Bluemix 推送通知在生产模式下不起作用
现在,我正在使用 ionic 框架并将 IBM Bluemix Push Notification 集成到应用程序中。但是我对生产模式有疑问。当我使用开发移动配置安装应用程序时,应用程序运行良好,我可以收到推送消息。但是我尝试使用发布模式构建 ipa,我无法收到推送。我还需要做什么配置或 IBM Bluemix Push Notification 无法使用 Cordova Plugin 在生产模式下工作?任何人都可以给出任何想法吗?谢谢,
ibm-cloud - Unable to install bluemix container CLI (cf ic) under Windows 10
My environment:
- Microsoft Windows 10 64bit
- Docker, version 1.10.3, build 20f81dd, installed from Docker Toolbox
- CloudFoundry CLI, cf version 6.16.1+924508c-2016-02-26
- Bluemix CLI, bx version 0.3.1-5206a18-2016-03-01T08:16:52+00:00
I typed this command cf install-plugin https://static-ice.ng.bluemix.net/ibm-containers-windows_x64.exe
under both CMD and Boot2Docker VM in order to install cf ic plugin, which is mentioned in the official guide. The result is "exit status 2".
Output:
What is "exit status 2" any way? I have found a section that mentions "exit status 1" in the troubleshooting document. However, there is no information about "exit status 1".
I installed all the programs using the default settings and the cf ic plugin did not install properly.
How to fix this problem?
ibm-cloud - “调用未定义的函数 finfo_open()”bluemix
我试图在 bluemix 上部署我的应用程序并得到“调用未定义函数 finfo_open()”
哪种方式在 bluemix 的模块列表中包含 fileinfo.so 是正确的
ibm-cloud - 我想知道我们如何使用 python 控制 ibm bluemix 中的模拟温度传感器
我想知道如何从 ibmbluemix 快速启动设备中的模拟温度和湿度传感器获取日志。我只能看到它是使用 java 脚本完成的。我找不到一个地方来编写与模拟温度传感器交互的 python 代码。
ios - Cordova iOS 构建的 Bluemix Push Plugin 错误
我正在尝试将 bluemix 推送服务集成到我的 Cordova 应用程序中。使用以下链接中的示例:
https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush
当我在 iOS 上遵循该过程并尝试构建应用程序时,它在框架中的 IMFClient 上给了我以下错误。
更新:
ibm-cloud - iOS 应用程序似乎使用 Bluemix Push Cordova 插件注册为 Android 设备
我正在尝试从此处运行 bluemix push cordova 应用程序的示例:
我可以在 iOS 设备上安装示例,当我单击注册按钮时,得到以下响应:
在回复中我可以看到
“平台”:“A”
这可能表明该设备正在将自己注册为 Android 设备。
当我尝试将测试消息从 Bluemix 控制台推送到 iOS 设备的应用程序时,它显示“未找到设备”。Android 并非如此。我能够收到推送到 Android 设备。