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

Allow caller to call generate_token without apns configuration #229

Merged

Conversation

dsrosario
Copy link
Collaborator

The new apns:generate_token/3 complements apns:connect/1 and apns:push_notification_token/5 and allow caller to use apns without any explicit apns config.

@codecov
Copy link

codecov bot commented Oct 7, 2019

Codecov Report

Merging #229 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage    87.5%   87.55%   +0.05%     
==========================================
  Files           7        7              
  Lines         216      217       +1     
==========================================
+ Hits          189      190       +1     
  Misses         27       27
Impacted Files Coverage Δ
src/apns_utils.erl 100% <ø> (ø) ⬆️
src/apns.erl 97.77% <100%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7ee524...8fab74d. Read the comment docs.

@ferigis ferigis self-requested a review October 15, 2019 12:34
@ferigis ferigis merged commit f3aba9e into inaka:master Oct 15, 2019
@ferigis
Copy link
Member

ferigis commented Oct 15, 2019

@dsrosario thanks for your contribution and using apns4erl! merged!

@dsrosario dsrosario deleted the feature/generate_token_without_config branch July 6, 2020 09:03
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.

None yet

2 participants