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

What is the difference between Cloud Foundry and OpenWhisk?

I see these both in Bluemix, but what is the difference between them?
hans
  • 93
  • 1
  • 5
4
votes
1 answer

Can all of Bluemix's services be used in a mobile application?

I am trying to create a mobile application and use some Bluemix services. I see a section for "Mobile" in my bluemix account, which includes : Mobile Application Content Manager Mobile Client Access Mobile Foundation Mobile…
3
votes
1 answer

How to build a react native .ipa and .apk application in bluemix

I am new to Bluemix. I have a pre-existing React Native project in a git repo also containing transpiled code for ios and android. I would like to pull that git repo into Bluemix and when changes are detected, simply build both the android .apk and…
3
votes
1 answer

How can I use cordova plugin in ionic 2

I am having trouble using third party cordova plugin in Ionic 2 project some of which are not available in Ionic Native. As far as I am concern, the plugins which are outside of Ionic Native, I dont need to import them. They are available directly.…
3
votes
3 answers

Bluemix push notification for android is not sending any notifications

I'm trying to use the sample code available here: https://github.com/ibm-bluemix-mobile-services/bms-samples-android-hellopush And the first difficulty I found was on configuring the GCM - it seems that somethings changed since it was documented -…
3
votes
3 answers

Does Bluemix support MBaaS (Mobile Backend as a Service)?

I am reading about and then trying to use IBM Bluemix. I have seen some confusing statement about MBaaS support on Bluemix. Some sites mention that Bluemix is a PaaS, and some places say it supports MBaaS. I have basic doubts: does IBM support…
user1953977
  • 163
  • 2
  • 12
3
votes
3 answers

Bluemix Push Plugin error for Cordova iOS build

I am trying to integrate bluemix push services to my Cordova application. Using the sample from the link below: https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush When i follow the process on iOS and try to build the app,…
3
votes
1 answer

IBM-Bluemix Push Service on iOS crashes app when first registering with the service

I'm using the new push-notification service on bluemix, with an iOS device. The device registers successfully. When I check with the REST-API, I see the device-ID, token and so on. However, running the iOS-app on the device crashes the app on first…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
3
votes
2 answers

Bluemix Android Push Notification unable to implement custom sound notification

I'm trying to implement Bluemix Push Notification custom sound in Android with Mobile First Services Starter (MFSS) and/or Mobile App Builder. At the moment I can send simple push notifications to devices and works well. The problem comes when I…
3
votes
1 answer

Connecting IBM mobile app builder to Cloudant JSON data - bluemix-mobile-services

I am using the IBM Bluemix Mobile App Builder tool and understand that it is currently experimental, but I have been having problems connecting the tool to an existing JSON data source. I have tried connecting to the Cloudant instance within…
3
votes
1 answer

Bummer: something went wrong trying to "Ping Bluemix" from helloAuthentication Android sample app

With help on this forum, I was finally able to run "bms-samples-hellotodo-advanced", which used MCA with Facebook authentication. I'm still having no joy with "bms-samples-helloauthentication", which uses MCA with Google authentication. I'm building…
paulsm4
  • 114,292
  • 17
  • 138
  • 190
3
votes
1 answer

Silent remote notifications with bluemix for ios

Is there a way to send silent or mixed remote notifications with bluemix? There is no such option in the dashboard. I want my app to fetch data while it's in background when receiving a remote notification. Edit (copy-paste from comment): I meant…
Ohad
  • 61
  • 8
2
votes
1 answer

Google Cloud Memcache equivalent on IBM Bluemix

I'm developing a webservice on IBM Bluemix with Liberty for Java and Cloudant and I have to cache some data in memory. The auto-scaling component creates new instances of my application and I would a shared cache between instances. Is there a sort…
2
votes
1 answer

How to use IBM Bluemix BMS mobile push notification service in an ionic.io project?

Starting from here: https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush I set up a new local cordova project from the git. To use it with ionic.io I need two more files, package.json and ionic.config.json. The missing…
2
votes
1 answer

IBM PushNotification: Not Found - The target resource 'PushDevice' does not exist

i try to using the API swagger PUT /apps/{applicationId}/devices/{deviceId} at https://mobile.ng.bluemix.net/imfpush/#!/devices/put_apps_applicationId_devices_deviceId . But I have a error message { "code": "FPWSE0001E", "message": "Not Found -…
1
2 3
12 13