Issue Type: Bug Bug
Assignee: Unassigned
Created: 28/Jan/14 4:55 PM
Description:

Cordova Push Plugin
push.register requires "badge": "true", "sound": "true", "alert": "true",
on iOS but not Android
In addition, the lack of badge:true failed silently, the errorHandler was not called, but the device token was not registered in the UPS.

push.register(
app.successHandler,
app.errorHandler,

{ "badge": "true", "sound": "true", "alert": "true", ecb: "app.onNotification", pushConfig: config }

);

Environment: Mac OS X 10.9.1
cordova -version 3.3.1-0.1.2
https://github.com/edewit/aerogear-pushplugin-cordova.git
branch agdroid-195
Project: AeroGear Push
Priority: Major Major
Reporter: Burr Sutter
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira