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
2
votes
2 answers

How and when is the token refreshed when using BMS Client, and is there a way to force the refresh?

We are using: BMSClient.getInstance().registerAuthenticationListener("realm", new…
enno4859
  • 51
  • 1
  • 9
2
votes
1 answer

Some doubts about bluemix bluelist application

After fight with Bluemix bluelist mobile application, I was able to put it to work. But now I don't know if it is not working properly or if I need to some more system configuration. So, here are some questions. In the Log option in Dashboard I…
Carlao
  • 74
  • 1
  • 5
2
votes
1 answer

Bluemix SDK vs. MobileFirst SDK

I am pretty sure this question might seem silly but will throw it anyway. I have started playing around with Bluemix and its fabulous Push, Data, Analiytics and more services. The main point is to develope an Android application leveraging these…
kazbeel
  • 1,378
  • 19
  • 40
2
votes
1 answer

How to implement Push Notification in Hybrid Mobile Application using Bluemix

I was earlier implementing push in my hybrid mobile application using the below code. function EnablePushNotification(email) { var config = { applicationId:'', applicationRoute:'', applicationSecret:'' …
2
votes
1 answer

Android mobile first app stopped working after Bluemix moved to cflinuxfs2 stack

I have an android app based on the bluelist app for bluemix BMS service. it stopped working yesterday when the stack is moved to cflinuxfs2. Today I checked my ios app on the same bluemix service, it is working. so I looked into the exception on…
Zheng Xie
  • 415
  • 3
  • 13
2
votes
1 answer

How to register a userId to Bluemix Push Notifications services?

the REST API documentation for Bluemix Push Notification services states that the possible push notification targets are deviceIds, platforms, tagNames and userIds. I don't understand how you register a userId for a device ? I don't see any REST…
2
votes
1 answer

Token error with MobileFirst on Android in Bluemix

I'm trying the Bluelist demo on Android and I'm receiving the error below... It looks like the mobile service is throwing a 401. 11-03 19:42:52.469 31488-31527/com.ibm.bluelist E/com.ibm.mobile.services.core.http.IBMMutableHttpRequest﹕ Request to…
2
votes
1 answer

Bluemix Push Notification service not working anymore?

I have a native iOS Swift app talking to a Node.js Bluemix backend with MobileFirst services (AMA, Cloudant, Push iOS 8), which worked well for over a month. A few days ago I noticed that I could no longer register new devices from the iOS app…
2
votes
2 answers

No progress indicator on Bluemix MQA "Install" of updated iPad app

We're using Bluemix to distribute our app over-the-air (OTA). The first time we used the "Install" button in the email, there was no progress indicator, but we could live with it because we knew that installation was complete when the icon appeared…
Rex Marzke
  • 23
  • 3
1
vote
3 answers

Having an issue installing IBM Cloud CLI on Windows 10

I am following the instructions to install IBM Cloud CLI on a Windows 10 virtual machine found here https://console.bluemix.net/docs/cli/index.html#overview and I am coming across this error on Step 1. I am unsure why it is looking for a…
1
vote
1 answer

Uploading Angular webapp to IBM Cloud gives 403 error

I have tried several attempt to upload app to IBM Cloud using cf api "url" cf login -u "user_id" -o BLUEMIX-SANDBOX-SJ001 -s "sandboxName" cf push appName -b "https://github.com/cloudfoundry/staticfile-buildpack" it does successfully upload and…
Pawriwes
  • 283
  • 1
  • 6
  • 21
1
vote
2 answers

What is the difference between MobileFirst Services Starter and Mobile Foundation service in IBM Cloud(Bluemix)

What is the difference between MobileFirst Services Starter and Mobile Foundation service in IBM Cloud(Bluemix). Is Mobilefist Services Starter also contain Mobilefirst service As I can see Mobilefirst is present in Mobile foundation services.
1
vote
1 answer

Creating an application with MobileFirst Services Starter on Bluemix

I'm following the tutorial: https://www.ibm.com/developerworks/library/mo-android-mobiledata-app/index.html When the application starts, it is blocked inmediately and stops running. In the activity information channel appears the following…
actanony
  • 117
  • 1
  • 11
1
vote
1 answer

How to consume Cloudant NoSQL DB service instances in mobile project

I have created a 'Mobile App' project in bluemix here: https//console.ng.bluemix.net/developer/create-project/?env_id=ibm:yp:us-south And while following the steps for creating the project I have added 'Cloudant Sync' as a STARTER. After creating…
1
vote
1 answer

Watson integration with hybrid mobile application

How to integrate watson conversation in IBM Mobile First Platform (Hybrid mobile apps) ? Need to access the conversation from mobile apps. Share the links if any..
Vignesh
  • 375
  • 1
  • 2
  • 13
1 2
3
12 13