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

IBM Push : cannot use sendNotificationByDeviceIds in ibmpush.js

i have a application and use the function sendNotificationByDeviceIds as below: PushNotificationToConsumer: function(req, res) { queryCustomer.find({jpay_no : jpay_no}).done(function(customerReturn){ if(customerReturn.length >…
Phạm Quốc Bảo
  • 864
  • 2
  • 10
  • 19
2
votes
1 answer

Bluemix Mobile Analytics: Can't see logging data sent from my app

I am trying to use the Bluemix Mobile Analytics platform. I am not having any issues setting up my Android and Swift SDKs to send logs. However, the Mobile Analytics dashboard does not seem to be that intuitive. I am seeing my logging requests come…
AlbaresApps
  • 151
  • 1
  • 1
  • 7
2
votes
2 answers

Invalid tenantID for Mobile Client Access service on IBM Bluemix

We experienced a problem of an mobile APP based on the Mobile Client Access service on IBM Bluemix. It worked fine before, but these days, we found the following failure after starting the APP. …
thinkhy
  • 923
  • 13
  • 25
2
votes
1 answer

Update device data on IoT for Automotive Starter Application using Bluemix iOS Client api

I have successfully configured a Bluemix backend vehicle monitoring app described in this tutorial: http://www.ibm.com/developerworks/library/mo-connectedcar-app/index.html. I have configured and ran the tester app successfully. I have also…
2
votes
1 answer

Using Bluemix Mobile Services dashboard and foundation download code gives error

I am using the mobile services dashboard and trying to deploy a mobile app to a Mobile Foundation Server. After I build my application using mobile app builder I select "Get Code". One of my options is to "Deploy to Foundation", but when I select it…
2
votes
1 answer

Bluemix IOS version crashes on XCODE

I installed the demo app (Hellotodo) according to instructions on Github. The client app, run on IOS 9 XCODE 7.2, crashes due to InvalidRoute. I copied the route from the Mobile Options link on the Bluemix Dashboard of my backend app. IMFClient…
David Kramf
  • 207
  • 2
  • 9
2
votes
1 answer

How to set Title in Alert notification using Bluemix push notification service?

I'm trying to set a title using Bluemix push notification when the unlocked style is in Alert mode, and seems like there is an option in apple documentation to set the Title according to Payload…
Jan
  • 935
  • 8
  • 20
2
votes
1 answer

Is Bluemix Mobile client access's custom login similar to OAuth?

I see that Bluemix Mobile client access service lets me use Google, Facebook and Custom IDs to login to the mobile app. Is the custom IDs login option similar to OAuth? The documentation refers to this lightly, but I'm not clear…
2
votes
2 answers

Bluemix Swift Mobile Client Access SDK when imported says no such module BMS Core and BMS Analytics show 35 errors due to which my build fails

As per the instructions given on Bluemix site; I installed the Swift SDK pod use_frameworks! pod 'BMSSecurity' and it shows this on my terminal: Then, when I built the project, I got 36 build errors. First of which is "no such module as…
Mehjabin
  • 55
  • 2
  • 7
2
votes
1 answer

IBM-Bluemix Push migration

I have a Push-Notification service set up that I had to migrate (because IBM is closing the old service). I used the original app and just opened a new Push-Service. Now, when I try to test the installation with the REST-API online, it tells me that…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
2
votes
1 answer

IBM mobile app builder does not see documents in Cloudant database, why?

I followed the steps in this link Questions and it worked for the connection to the cloudant database. But the "Mobile App Builder" says: there are no documents, but there are over 2000 documents. What is wrong with my…
2
votes
2 answers

No such module 'BMSPush' after SDK installation with cocoapods

I've initialized the Bluemix Push SDK for iOS following the online documentation: https://console.ng.bluemix.net/docs/services/mobilepush/t_enable_ios_notifications_install.html Unfortunately, the "import BMSPush" statement in my AppDelegate.swift…
2
votes
1 answer

Bluemix sample app fails with "Failed to authenticate against MCA"

I'm trying to build and run this Bluemix sample app: BMS samples: helloTodoAdvanced I'm following the instructions in the project's README.md verbatim. Specifically: Clean checkout of the bms-samples-hellotodo-advanced project from Github. Created…
paulsm4
  • 114,292
  • 17
  • 138
  • 190
2
votes
1 answer

Failed to authenticate against MCA: Throwable: Failed to save certificate from response

I'm doing bluemix tutorial Sample Android App Link (android app) and got this exception. What can be wrong? I did everything step by step, generated signiture for my android app, linked facebook app with my bluemix app, compiled all libraries needed…
2
votes
2 answers

Devices being unregistered after push is sent

This might sound weird, but I can't see any other explanation. I've setup IBM Push Notifications on Bluemix, which I have done before. For some reason on this new app that i've built. Any time I send a push notification, it doesn't come through, I…
1
2
3
12 13