Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sound, vibration nor badge customization (do you have Android?) #16

Open
andreszs opened this issue Dec 30, 2014 · 0 comments
Open

Comments

@andreszs
Copy link

Dear Mark, the phonegap staff that develops the PushPlugin have pointed to you as the responsible for the Android implementation.

Now, let's compare your Android with the iOS implementation:

// Android
pushNotification.register(successHandler, errorHandler, {
"senderID": "***",
"ecb": "onNotificationGCM"
});

// iOS
pushNotification.register(tokenHandler, errorHandler, {
"badge": "true",
"sound": "true",
"alert": "true",
"ecb": "onNotificationAPN"
});

Did you notice something missing? :-)

Is there any possibility of having your plugin completed, with the missing "alert", "badge" and "sound" attributes for Android? I mean, the 86% of the market share as of december 2014. That would be very much appreciated. Also provide your PayPal for donations please, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant