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

Asynchronous Pushing not Working for IOS #206

Open
asgharkhan11 opened this issue Sep 29, 2021 · 1 comment
Open

Asynchronous Pushing not Working for IOS #206

asgharkhan11 opened this issue Sep 29, 2021 · 1 comment

Comments

@asgharkhan11
Copy link

Environment

  • Elixir 1.12.2 (compiled with Erlang/OTP 24)
  • Ubuntu

Asynchronous Push to IOS not working without giving any error just callback function never called.
if i send the notification like below the on_response never being called without any error
Pigeon.APNS.push(notification, on_response: on_response)

if i send the notification like below
{:ok, pid} = Pigeon.APNS.start_connection(cert: apns_cert, key: apns_key, mode: apns_mode)
Pigeon.APNS.push(notification, to: pid)

The notifications work properly then.

Note: configuration and certs are all ok and the code working in older version of elixir and Erlang

@hpopp
Copy link
Member

hpopp commented Oct 1, 2021

Which older versions of Elixir and Erlang and what version of Pigeon are you using?

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

2 participants