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

Microservices and Ionic

Can you build a mobile app using ionic from a MEAN stack that utilizes micro services with AMQPS communication? My primary concern is if I'm building out micro services with Bluemix and each instance is independent - how would I migrate this…
1
vote
1 answer

How to customize Bluemix push notification?

I am using bluemix ibm-mfp-push and ibm-mfp-core for push notification for my hybrid mobile application. I have added all the icons and splashscreen in the project but still whenever i am sending notification,it's showing a start icon.I want to…
1
vote
1 answer

How can I find out if IBM will be releasing new versions of the iOS SDK for Swift?

I am very interested in using BlueMix for mobile development. Really interested. I've created a couple of stub app's using iOS9+ and Swift. And I can see that there is real potential. My question is. When I look at the educational materials and…
Ian Bradbury
  • 1,416
  • 11
  • 18
1
vote
1 answer

How to create multiple login options using bluemix?

How can we create options for multiple authentication options using Bluemix Mobile Client Access. For eg facebook, google and custom. Currently I'm able to provide only 1 method.
1
vote
1 answer

IBM Bluemix MobileFirst log out functionality

We have developed an app where we need to allow the user to log out, and log in with a different user. The app works fine once a user is logged in (we get token from bluemix) and the token handling is working. The problem arises when we try to…
enno4859
  • 51
  • 1
  • 9
1
vote
1 answer

Bluemix: MQA : how to make phone shake harder in android to report bug and feedback

I am trying to integrate Bluemix MQA with my mobile app. I am using the MQA-Android-2.7.4.arr file in my project. I have one query related to phone-shake as below. How do I make the phone shake harder in Android to report a bug as slight shaking is…
1
vote
1 answer

IMFResponse responseWithWLResponse unrecognized selector sent to class

Similar to this problem. Below is a snippet from the console. Timestamp App Name[315:36110] [INFO] [IMFPushClient] -[IMFPushClient registerDeviceToken:completionHandler:] in IMFPushClient.m:70 :: Verifying previous device…
Jason Lee
  • 11
  • 2
1
vote
1 answer

Push notification when tag is deleted

In Bluemix push notification, there may be multiple devices subscribe to a tag. When the tag is deleted from the server using REST API, what happens to the devices that are subscribed to the tag? Is there an automatic unsubscribe? How to do the…
Zheng Xie
  • 415
  • 3
  • 13
1
vote
1 answer

Android Native Mobile First depends on too many libs?

I am currently playing around with Bluemix and Mobile First Platform researching whether it might fit my needs as backend for the Android app I am developing. Starting from an empty Android project I have only successfully implemented IBM Push…
1
vote
2 answers

Can I add elements to the aps payload sent by the Bluemix IBM Push Notifications service?

I'm successfully using Bluemix Push to send notifications via the REST interface to an iOS app with a simple string alert message. That works fine. Now I would like to send a more complex message where alert is a dictionary and has a sibling…
1
vote
2 answers

Bluemix push notification displayed in phone OS, when clicked, won't launch the app

I'm developing an App using Bluemix push notification. When the app is at foreground or background, didReceiveRemoteNotification() with completion handler is called and all is fine. But when the app is not launched, and notification is sent by…
Zheng Xie
  • 415
  • 3
  • 13
1
vote
1 answer

IBM Bluemix Mobile Data Services, Loading data into the cloud

I want to create an android application, I want my application data to be persistent. There is a file that I want to save every time to the Bluemix server. I want to confirm the following, for a situation in which a user "A" from my application…
Uzair
  • 11
  • 1
1
vote
1 answer

How to send GCM device token to IBM Bluemix

I am getting device token from GCM. But in IBM Bluemix Cordova documentation,they are never sending Device Token. Then how will the device will be registered in Bluemix for individual push notification. Link to Cordova Blemix Doc - DOCUMENTATION
1
vote
2 answers

new MobileFirst Services Starter - any location services?

I'd like to create "GPS-location-aware" native app in a handy way on Bluemix. So I was a big fan of Mobile Location Services(beta) of MobileData, but old "Mobile Cloud" boilerplate is gonna fade away. Then, is there any equivalent function in the…
ishida330
  • 148
  • 1
  • 6
1
vote
1 answer

Bluemix Cloudant - Internal Server Error

I've been building an iOS app with Cloudant Sync on Bluemix. When I add a Cloudant service, I am able to read and write data to the database, and develop my app. But three times now, when I've moved away from my computer and returned a few hours…