ynunez / bms-clientsdk-android-push

Push notifications SDK for Bluemix Mobile Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM Bluemix Mobile Services - Client SDK Android Push

This is the push component of Android SDK for IBM Bluemix Mobile Services. https://console.ng.bluemix.net/solutions/mobilefirst

###Installation You can either download and import this package to your Android Studio project or get it via Gradle.

###Contents This package contains the push components of Android SDK. This package has to be used in combination with core SDK.

###Supported Levels The package is supported on Android API level 14 and up (Android 4.0 and up).

###Known Limitations Currently v2.x of Android SDK does not submit monitoring data. This is a work in progress and will be delivered in following months. If you’d like to continue receiving monitoring data in the service dashboard you can continue using the v1.x SDK.

###Sound Configuration

  1. Create a folder named raw in the res directory of your android application and add the ringtone files to that folder.
  2. Specify the ringtone file name when you send notification from Bluemix Push dashboard.

####2.0.1

  • Bug Fix - Including support for custom ringtone on receiving push notifications.

####2.0.0

  • Update references of core to 2.0.0
  • Several BMS core APIs have been updated, and those would not be compatible with previous versions.

####1.0.2

  • Update references of core to 1.1.0.
  • Fixed send for Logger in MFPPushInvoker class.
  • Replace deprecated method logger.getPackageName(), replaced by logger.getName().

####1.0.1

  • Use unprotected public API to get GCM senderId information from server, during registration.

####1.0.0

  • Initial release

Copyright 2015 IBM Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Push notifications SDK for Bluemix Mobile Services

License:Apache License 2.0


Languages

Language:Java 100.0%