pushwoosh
pushwoosh copied to clipboard
This a simple wrapper to pushwoosh remote API
Default notification option change
This change the default json handling to multi_json because I wasn't able to send emoji. This new handler is default one in rails, rabl and jbuilder. Also you can set...
If I use the ruby gems version, when I try to send an emoji (unicode characters) throws `NoMethodError: undefined method 'force_encoding' for nil:NilClass` in `lib/pushwoosh/helpers.rb:9:in 'limit_string'`. If my gemfile points...
I just updated the httparty dependency to a new major version
Hello, I am using Ionic 2 and I amgetting this error: ``` Error : The following component requires .NET Native compilation which is not available when targeting 'Windows10' and 'AnyCPU'....
Hi, Just a dumb question, how do I get the device id that I want to notify ? How do I map it with the user ? Pushwoosh.notify_devices(message, devices, other_options)...
Feature Request. Can you support this Pedro ? we cant target ios devices reliably. -----------------------this is what pushwoosh responded To target specific users you sure can use the device's push...
I'm working on the ability to register and unregister devices on the fork I created. I'm not going to submit a pull request just yet since I'm pressed for time...
Hello. How can I send a message without content? For example, I need to send message with empty the 'content' field and the json structure in the 'data' field.