push-core
push-core copied to clipboard
Core of the modular push daemon
I have a server on heroku Configuration looks like this ``` Push::ConfigurationApns.create(app: 'MyApp', connections: 2, enabled: true, certificate: File.read('apns.pem'), feedback_poll: 2, sandbox: true) ``` However, it is still connecting to...
I have problem with the log file, my server was out of storage when the log file was too large (6GB). This pull request will allow user config the limit...
it can happen that the same user has multiple flavors of an app installed on the same iOS device, which will result in the same token for e.g. ios-development and...
This may be an edge case but running this on heroku costs $40/month and I really don't need instantaneous delivery from my staging environment. I'd like to run it as...