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
1 answer

Using the bms-push cordova plugin, tapping on a notification received on Android do not launch the app

I've recently updated to the latest version of the bms-push cordova plugin. Seems like when we now receive a notification on an Android device, tapping on the notification does not launch the app anymore. Is it the expected behaviour?
0
votes
1 answer

Unable to perform registerDevice after an unregisterDevice when using the cordova bms-push plugin

I've recently updated to the latest version of the bms-push cordova plugin. I've noticed a strange behaviour when trying to use the unregisterDevice function of the plugin. When this function is called, seems like it becomes impossible to perform a…
0
votes
1 answer

Implementing multiple IBM mobilefirst servers on bluemix containers using single cloudant nosqldb

I am trying to deploy two MobileFirst servers using different projects and on different IBM bluemix containers, where both point to the same Cloudant service. Both MobileFirst servers and projects contain the same WAR file deployed with the same…
0
votes
1 answer

bms-push cordova plugin on iOS gives: fatal error: unexpectedly found nil while unwrapping an Optional value

I've implemented an Ionic test application using the new bms-push cordova plugin. It works fine on Android. However, when launching the app on iOS, it immediately fails with: fatal error: unexpectedly found nil while unwrapping an Optional…
0
votes
1 answer

Bluemix, Mobile Client Access: Does MCA service support RESTAPI accessing for web application?

I deployed a java application in bluemix container using ibmliberty image and authorize by using Mobile Client Access service with facebook authorization.(i am not using mobile client), now there is an requirement which need to access the web…
Alan Du
  • 11
0
votes
2 answers

How to make Bluemix push notifications play sound and vibrate on Android

I am using the Bluemix Push Notification service and the ibm-mfp-push Cordova plugin to deal with Push notifications in my Ionic app. I would like notifications to vibrate and play sound when they are received. I managed to do it on iOS. But I can't…
0
votes
2 answers

User based notifications with the Bluemix Push Notification service

Currently developing a Cordova app and wanted to use the IBM Bluemix Push Notification service to send user based push notifications. According to the documentation here, seems like the first step is to call MFPPush.initialize(appGuid,…
0
votes
1 answer

iOS app seems to register as Android device using Bluemix Push Cordova plugin

I am trying to run the sample for bluemix push cordova app from here: I am able to install the sample on the iOS device and when I click the register button, getting the following…
0
votes
1 answer

How to configure BlueMix to push data from Device A to Device B?

I'm trying to make an application that sends its state to a Bluemix server. The server makes a push to another device to update the desired state. Until now, I managed to send information to Bluemix using IOT. From this moment, I do not know more…
Augusto
  • 3,825
  • 9
  • 45
  • 93
0
votes
1 answer

MobileFirst 8.0 GA - HTTP JS adapter deploy failed

When I try to deploy a simple JS HTTP adapter to Bluemix MFP8 I am getting the following error message: [ERROR] Failed to execute goal com.ibm.mfp:adapter-maven-plugin:8.0.0:deploy (default-cli) on project TestAdapter: Unexpected response from …
0
votes
1 answer

Getting stuck with Creating .p12 push certificate file for Bluemix push

With reference to this post: Devices being unregistered after push is sent, I have the same issue - my iPhone device is unregistered after sent a push notification. I tried the suggestion from that post, and I did this with my certificates: …
Jan
  • 935
  • 8
  • 20
0
votes
1 answer

ibm bluelist and node js sample code error

using ibm bluemix blulist application : https://github.com/ibm-bluemix-mobile-services/bms-samples-android-bluelist?cm_mc_uid=44237229817214706405928&cm_mc_sid_50200000=1470653588 getting error in android studio : Error:Execution failed for task…
0
votes
1 answer

IBM Bluemix push notification through PHP code

I am new with IBM Bluemix and I want to add PHP code for sending push notifications on both iOS and Android devices. My app is built with the Xamarin platform for both type of mobile devices. The backend is created in PHP with the Codeigneter…
0
votes
1 answer

Push Notification sent from Bluemix Dashboard not delivered to Cordova and Android Sample Apps

I signed up for a Bluemix account in the US-South region and created a CF mobile app to use the Push Notification Service. Added the GCM credentials to the push configuration, cloned both the Cordova and Android HelloPush sample apps from the…
0
votes
1 answer

Error on image upload for IBM Mobile Application Builder custom data source - Android

Android application developed with IBMs Mobile App Developer from Bluemix. Images don't upload for user created Cloud data-sources. The errors reported when attempting to upload are as follows: from the AppBuilder interface "There was an error…
TrevorL
  • 26
  • 3