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

Hosting Ionic Web App on IBM Bluemix

How do I host a publicly accessible web app on IBM Bluemix? The app is built with Ionic framework and an IBM Cloudant DB. The app and Cloudant communicate through managed APIs. I could register the app on mobile foundation and run it locally on…
Victor
  • 13
  • 4
0
votes
1 answer

Bluemix_Adapter_SSL HANDSHAKE FAILURE

Mobile app(andriod) -> Middleware (Bluemix) -> Backend Server (.net) As per the Bluemix(Adapter) logs I can see, Mobile App can access Adapter APIs but getting java.security.cert.CertificationException when accessing Backend Serve's APIs (https)…
0
votes
0 answers

How to avoid duplicate entries in IBM JSONStore

WL.JSONStore.get(collectionName).change(data, options) method does not seem to work for duplicate values. I get duplicate values entered whenever data is loaded through the adapter. Below is the code that I have used to avoid duplicate…
0
votes
1 answer

Safari web push doesn't sent

I successfully configured and connected Safari Web Push. When sending request through the REST api I get a successful code 202 but the push notification does not received by Safari browser.
Raj Tivari
  • 11
  • 2
0
votes
0 answers

Bluemix_Access to File storage

I have bluemix account(trial version) and I have configured MobileFirst Foundation on it. So my question is, Like Amazon cloud(AWS), Is Bluemix(licensed copy) also provides access to file Storage? creadentials for the server (Win/linux)? Thank…
Mrunal
  • 111
  • 1
  • 2
  • 11
0
votes
2 answers

How to obtain/create/update service credentials on IBM push service

We created a push notification application service over a year ago, before there was a need for appGuid and client secret. However, now we need the client secret and app guid to work with a new application. When we try to create the credentials, by…
0
votes
2 answers

Deploying Adapter on Bluemix-MobileFirst Foundation

I have registered on IBM Bluemix. I've created a Mobile Foundation Service. Now I wanted to deploy a JavaAdapter on bluemix-MobileFoundation. But getting some "FWLSE0321: state change Failure...exception" during deployment. The adapter deployed…
0
votes
2 answers

Ibm analytics user logging data to DashDB, then sent to Watson Analytics

My name is Cristian and my task is to implement IBM Bluemix Analytics into an app (which was succesfull, since I get the data shown on my analytics service), then how do I transfer this data for every user into DashDB, and then into Watson…
Slow1mo
  • 9
  • 2
0
votes
0 answers

Bluemix Analytics for cordova app : My Analytics service won't receive any data (logs, etc. )

I'm trying to implement the service Mobile Analytics from the IBM Bluemix Enviroment into my cordova app, which is a hyprid (app and browser). After following the guide provided by IBM :…
Slow1mo
  • 9
  • 2
0
votes
1 answer

MFP Analytics not getting captured

We are using MFP 8 which is in bluemix. We tried logging some custom logs to MFP analytics, but it is not getting captured. This is a Cordova app. And there are no error logs also while sending logs to analytics server. As I am new to this, any help…
0
votes
1 answer

Unable to get latest pod version for BMSCore and BMSPush IBM BlueMix iOS SDK

I've followed the Bluemix Push SDK for iOS following the online documentation: I am trying to run a sample app - https://github.com/ibm-bluemix-mobile-services/bms-samples-swift-hellopush . But after doing a pod update - I only get the following…
0
votes
1 answer

Cannot build IOS for bms push Cordova project

I'm not able to build IOS for my cordova project. I have added bms-push plugin and I'm getting error cannot find cannot find module bms core
nitha
  • 31
  • 5
0
votes
1 answer

How to Import Bluemix project to android studio?

I want to import my bluemix project to android studio but I was unable to find how to do it. If you know how to import project please share this information.
Akhi
  • 1
  • 1
0
votes
1 answer

how to connect existing android app from github to bluemix

I'm facing trouble connecting my android app from github to bluemix. Seems like there are tools to connect a web application to bluemix through github. Is there such thing for android apps or mobile apps in General
0
votes
2 answers

Calling registerDevice with the old cordova ibm-mfp-push plugin gives an error message: "The notification was blocked by user"

This issue has already been reported here. It has been marked as solved, but unfortunately the problem is still present with the old version of the ibm-mfp-push plugin (1.0.13) When calling registerDevice on iOS the very first time, the app prompts…