You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to use apn_sender with sidekiq in development mode:
APN.host='gateway.sandbox.push.apple.com'APN.password='justapw'APN.pool_size=1# number of connections on the poolAPN.pool_timeout=5# timeout in seconds for connection pooldevice_token="123"APN.backend=:sidekiqAPN.notify_async(device_token,:alert=>'PushPlugin works!!',:badge=>1,:sound=>'beep.wav')
oh i did a kind of stupid mistake... i tried to use APN.password in a method, not as an initializer. Just wondering, apn needs about a second to send the message with a worker, android 0,2 seconds. Is that normal for APN?
Just trying to use apn_sender with sidekiq in development mode:
And sidekiq askes me for a password?
The text was updated successfully, but these errors were encountered: