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

refactor(ios): add context parameter to APNS client functions #776

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Conversation

appleboy
Copy link
Owner

  • Add context parameter to InitAPNSClient and PushToIOS functions
  • Update calls to InitAPNSClient and PushToIOS to include context parameter
  • Modify APNs client push method to use PushWithContext
  • Add context import in notification_apns.go
  • Update tests to include context parameter in InitAPNSClient calls

- Add context parameter to `InitAPNSClient` and `PushToIOS` functions
- Update calls to `InitAPNSClient` and `PushToIOS` to include context parameter
- Modify APNs client push method to use `PushWithContext`
- Add context import in `notification_apns.go`
- Update tests to include context parameter in `InitAPNSClient` calls

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit e70a94e into master Jun 15, 2024
10 checks passed
@appleboy appleboy deleted the ios branch June 15, 2024 02: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.

1 participant