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

L5 #158

Open
wants to merge 62 commits into
base: dev
Choose a base branch
from
Open

L5 #158

wants to merge 62 commits into from

Conversation

sarthakSrchout
Copy link

n

Edujugon and others added 30 commits November 18, 2017 19:35
This reverts commit 6918ae0.
Extract broadcasting action to a method
Currently when Apn.php attempts to connect to apple push services we
attempt to re-try caught exceptions if one is thrown.  However, in
situations where a push certificate is invalid or expired we run into
infinite recursion constantly re-trying the connection without providing
any feedback.

The following will set a limit on the number of times we may re-try.
Configurable if users define 'connection_attempts'.  Default is three
attempts before giving up.  Feedback will be set with the last known
failure reason.  Original behaviour can be achieved by explicitly
setting 'connection_attempts' to zero in the setConfig() assoc-array.

Signed-off-by: Jamie Couture <jamie.couture@crowdspark.com>
apn.php: avoid recursion on connection failure
Add more info about notification channels
showcase the possibility to change badge number in APN example
remove unnecessary comma
jkirow and others added 30 commits June 27, 2018 14:23
…nfig-key-defined

Throw exception if service is not defined in config file.
* coding style (PSR-2)
…ge-numbers

bitmask of JSON_BIGINT_AS_STRING
Use laravel helpers to access configuration variables.
To handle FCM notification in backgrounded Android applications
…ge-numbers

Feature/fix gcm fcm response large numbers
FCM and GCM not sending the badge number via channel
added icon property into fcm channel
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

Successfully merging this pull request may close these issues.

10 participants