Questions tagged [ibm-mobile-services]

Use this tag for questions related to IBM Cloud Mobile Services, which offers solutions and services built to enable you to accelerate and optimize mobile app development.

Useful Links:

  1. Getting started
  2. Documentation
187 questions
0
votes
2 answers

How to block http calls, and only allow https calls in Bluemix

I am working a Java project which is deployed in Bluemix. I want to block all http calls (which are coming from a iOS mobile application in my usecase) and only allow https calls. How can this be configured and enforced in Bluemix?
Murali
  • 165
  • 1
  • 14
0
votes
2 answers

IBM mfp push notifications in status bar (Cordova)

Hi i'm trying to show Push Notifications in Android Status Bar. I'm using ibm-mfp-push plugin and this code: onDeviceReady: function() { app.receivedEvent('deviceready'); BMSClient.initialize("xxxxx","xxxxx"); …
0
votes
1 answer

Bluemix Create App Error

Getting the below error while creating app on Bluemix dashboard, irrespective of using unique App names BXNUI0005E: The 'MyFirstMobileAppTest' application could not be added. See the Troubleshooting topics in the IBM Bluemix Documentation to …
Shireesh
  • 263
  • 1
  • 2
  • 9
0
votes
1 answer

BlueMix push notification service loses device registrations?

I have integrated BlueMix push notifications into my iOS app, and I have verified that the app can receive notifications. However, after some period of time, the app stops receiving them. When I query the registered device list via REST API at…
0
votes
1 answer

How to create Mobile First server on IBM bluemix?

I have created hybrid application with IBM MobileFirst 7.1. I have heard and read somewhere that you can host your MFP app on Bluemix. However, I cannot able find any process to do that on net and on the IBM site. We have a WAR file and adapter…
0
votes
1 answer

The push notification Registration tab location in IBM Bluemix

I tried the following link for push notification using IBM Bluemix: http://www.ibm.com/developerworks/library/mo-cordova-push-app/#N101D0 However, I am stuck on step 6. To verify that the device was registered, go to the Bluemix console. Click the…
APJ
  • 107
  • 1
  • 9
0
votes
1 answer

IMFPush Bluemix not working on Swift 2.2 (i386 error)

Anyone knows how to solve this error? I can't compile my project with IMFPush library =/ ld: warning: ignoring file /Users/kersul/Develop/Grabit_iOS/Pods/IMFPush/Frameworks/IMFPush.framework/IMFPush, missing required architecture i386 in file …
Kersul
  • 134
  • 2
  • 7
0
votes
2 answers

How to get the Application Security ID for a IBM Bluemix android app from the dashboard in the latest version?

I wanted to build one android app on IBM Bluemix platform and application security key is needed to run this application. I added the app security service also. But I am not able to find the appsecretId in the place mentioned in the tutorials or…
0
votes
1 answer

NodeJS HTTP POST receive an Image with Express

I am using Bluemix to develop a 'HTTP POST listener' with NodeJS. This server should be the link between an Android Application and a Watson Bluemix Service This is my code /*eslint-env node*/ // This application uses express as its web server //…
Gian0508
  • 79
  • 1
  • 2
0
votes
2 answers

Bluemix Single Sign on for a mobile app

I'm adding a login page for my mobile app, so that it integrates with Bluemix Single Sign On. I'm at the step to configure the Node.js app following the Bluemix Doc at Configuring a Node.js app. The example here about callback is for a web app. In…
0
votes
1 answer

Bluemix: Failed to run Android Hello Push app

I'm trying to run sample app for Bluemix Mobile Services https://github.com/ibm-bluemix-mobile-services/bms-samples-android-hellopush/blob/master/helloPush/app/src/main/AndroidManifest.xml Pushing Register Button I got: 02-15 08:58:52.850…
TMarkunin
  • 79
  • 6
0
votes
1 answer

Bluemix Cordova iOS Push notifications - Don't see device - Internal server error. No devices found

I am trying to get the Bluemix Cordova Hello World sample working with IBMPushNotifications Service. I have installed the cordova plugins and if I run cordova plugin list I see: ibm-mfp-core 1.0.10 "MFPCore" ibm-mfp-push 1.0.12 "MFPPush" My…
0
votes
1 answer

Bluemix Authentication Error after modify node.js

My mobile app that uses Mobilefirst Client Access service can not login and on the server side, I see the following error. It was working until I modified the server.js. I added some HTTP GET/PUT/POST end points. The app did start and I can test…
Zheng Xie
  • 415
  • 3
  • 13
0
votes
1 answer

Bluemix - MQA : Stop notification that keeps on popping up on screen in android

I am trying to integrate Bluemix MQA with my mobile app. I am using MQA-Android-2.7.4.arr file in my project. I have one query related to notification popups in android as below. How do you stop notifications that keep popping up on the screen in…
0
votes
1 answer

Is it Possible to use MobileFirst app Quality Assurance without Bluemix MQA Service?

I learned about MobileFirst Quality Assurance I believe that MQA Bluemix service is awesome. But, we want to use MobileFirst Quality Assurance without Bluemix MQA Service. As per the link above, Bluemix ID and Bluemix MQA service are required to…