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

Bluemix Push Notification service iOS SDK

While using the latest Bluemix Push Notification service's iOS SDK, is there a way to specify a userId during device registration? The current documentation only addresses tag based notification subscriptions and basic notification subscriptions,…
sunil32
  • 115
  • 1
  • 6
0
votes
1 answer

Bluemix push notification, got 400 when subscribeToTags

I called let push = IMFPushClient.sharedInstance() logger?.logInfoWithMessages("subscribe to tags: \(tagsArray)") push.subscribeToTags([tagsArray]) { (response: IMFResponse!, error: NSError!) -> Void in to subscribe to a tag, but got…
Zheng Xie
  • 415
  • 3
  • 13
0
votes
1 answer

Bluemix push notification message gets truncated in the system notification display

I'm developing an App using Bluemix push notification. But when the app is not launched, and notification is sent by another device. the phone does display the push notification in the system notifications, that is the list of notifications when you…
Zheng Xie
  • 415
  • 3
  • 13
0
votes
1 answer

App start breaks, when Mobile Quality Assurance Cordova Plugin?

My MFP Cordova Ionic Hybrid Andriod App Breaks, when MQA Session starts. (Using MQA Bluemix) Who has the same behavior? I do not use the doDeviceReady function, because is not needed for the app. I tried it first but is not fired in my app, so the…
0
votes
1 answer

IBM Push Notifications Dashboard Throwing Internal Server Error PUSHD102E

When attempting to access my Bluemix application's IBM Push Notifications service dashboard I am redirected to a blank white page and in my web console the request returns a 500 error with the following response: Internal server error occurred.…
James Young IBM
  • 616
  • 1
  • 5
  • 13
0
votes
1 answer

Bluemix Push Service Error while registering device in Cordova App

I'm trying to integrate Bluemix Push Notification Service in Cordova app using Cordova plugin. Following this http://mbaas-gettingstarted.ng.bluemix.net/hybrid#push-operations. However, I'm facing the following error when I register device as…
0
votes
1 answer

Does Bluemix provide API to access MQA metrics

I have integrated my mobile applications (android/ iOS) with bluemix MQA and we are able to view the metrics in the bluxmix dashboard/ console. Is there any API exposed from Bluemix to access these metrics of our application so that it can be…
0
votes
1 answer

Apple Push Notification: Device registered, but not receiving notification

I have an ios app that uses IBM Bluemix MobileFirst Push notification. In the Bluemix console, I can see my device is registered. But when I sent notification from the console, I didn't see it on the device. I have followed apple tech note and…
0
votes
1 answer

Where can I specify bundle ID for iOS app in Bluemix Advanced Mobile Access service?

I created MobileFirst starter services on Bluemix for my existing Xcode project. Does anyone know where to specify the bundle ID for my iOS app? A few months ago, I could specify it by creating a new mobile client for custom authentication in…
0
votes
1 answer

Is there a REST API or other means to get crash data from IBM MQA?

I'd like to retrieve a log of crashes for my mobile app from IBM Mobile Quality Assurance (MQA) so that I can filter/process these crashes based on certain characteristics. In particular, I want to excluded crashes that occur in the device…
0
votes
3 answers

Cannot push notification to iOS9 device

Whenever I try to push a message to a registered device using the Push for iOS8 Bluemix dashboard, a message "The notification was sent." is displayed but my registered device never receives the notification. According to the logs of my application,…
0
votes
1 answer

Where can I find the supporting jar files for "bms-samples-android-bluelist" Sample applications provided by Bluemix?

Where can I find the SDKs (supporting .jar files) for the "bms-samples-android-bluelist" Sample applications provided by Bluemix? While searching for this I got the below thread. The page is not redirecting to the right page: URL->…
0
votes
1 answer

iOS Application crashes when trying to register the device to IBM Mobile First Push service on Bluemix

I have an iOS 9 application running on an iPad mini 4 (iOS 9.0.2). It crashes when trying to register the device to my IMFPush service instance on Bluemix. Here is the code that performs the registration in my App delegate: func…
0
votes
1 answer

Getting ReferenceError: IBMBluemix is not defined when using MobileFirst EnablePushNotification

I am attempting to enable push notifications with the MobileFirst Platform Foundation service. However, when I initialize Bluemix, I receive the following error messages: "Uncaught Exception: ReferenceError: IBMBluemix is not defined at…
0
votes
1 answer

How to add MQA (Mobile Quality Assurance) to an existing MobileFirst hybrid app?

I need to add the MQA feedback tool to an existing hybrid app being develop with IBM MobileFirst. Here is what I have done and what I need to do. Done: Downloaded the MQA sdk for MobileFirst JavaScript Hybrid SDK MFPComponent-JS-3.0.13 Created a…
1 2 3
12
13