notify icon indicating copy to clipboard operation
notify copied to clipboard

feat(service): Apns2 integration

Open saisumith770 opened this issue 2 years ago • 0 comments

Description

Adds apns2 service to the package

Motivation and Context

closes issue #111

How Has This Been Tested?

wrote unit test by mocking the apns2 client. Haven't tested the hooks that create client from certificates.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Documentation (no code change)
  • [ ] Refactor (refactoring production code)
  • [ ] Other

Checklist:

  • [x] My code follows the code style of this project.
  • [x] I have updated the documentation accordingly.
  • [x] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

saisumith770 avatar Oct 08 '23 06:10 saisumith770