pushmeup icon indicating copy to clipboard operation
pushmeup copied to clipboard

This gem is a wrapper to send push notifications to devices. Currently it only sends to Android or iOS devices, but more platforms will be added soon. With APNS (Apple Push Notifications Service) you...

Results 46 pushmeup issues
Sort by recently updated
recently updated
newest added

I've modified module structure to include an Application inside GCM and APNS module. This way easily you can create an application object with push configuration and call send_notification/s methods. I've...

I added my stuff to config file, and when I run it on command line i get this: `': undefined local variable or method`‘' for main:Object (NameError) The line i...

I don't know how to get a detailed error message when a push error happens.

question

GCM documentation says that 5xx range responses can contain Retry-After response header with time to wait before next request. Is it possible to add some sort of indication that this...

This is really minor, but I cracked my head here for half an hour figuring this out: In gcm/core.rb, you use send_notifications (plural) inside send_notification (singular). Problem is, the plural...

The attribute 'content-available' should be available: http://developer.apple.com/library/ios/#technotes/tn2280/_index.html