[PR #1731] [MERGED] Add logs to help solve iOS PN problem #3079

Closed
opened 2025-11-26 23:28:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1731
Author: @fedemkr
Created: 1/25/2022
Status: Merged
Merged: 1/25/2022
Merged by: @fedemkr

Base: masterHead: fix-ios-pn-tfproblem


📝 Commits (2)

  • 29711ad Added Logs for PN registration checks
  • d4145ac Merge branch 'master' into fix-ios-pn-tfproblem

📊 Changes

6 files changed (+61 additions, -16 deletions)

View changed files

📝 src/App/Pages/Settings/SettingsPage/SettingsPageViewModel.cs (+10 -1)
📝 src/App/Services/PushNotificationListenerService.cs (+24 -7)
📝 src/Core/Constants.cs (+1 -0)
📝 src/iOS/AppDelegate.cs (+8 -0)
📝 src/iOS/Services/iOSPushNotificationHandler.cs (+10 -6)
📝 src/iOS/Services/iOSPushNotificationService.cs (+8 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Add logs and information to help figure out what's wrong on iOS push notifications. This PR should be reverted after we fix the iOS push notifications on TestFlight But we need this PR to trigger a new TestFlight version with additional logs

Code changes

  • Added logs and info on Settings about regarding PN registration

Testing requirements

This is merely for Dev logs.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1731 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 1/25/2022 **Status:** ✅ Merged **Merged:** 1/25/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `fix-ios-pn-tfproblem` --- ### 📝 Commits (2) - [`29711ad`](https://github.com/bitwarden/android/commit/29711ad066f2d53a00a05a000650700d77db6b94) Added Logs for PN registration checks - [`d4145ac`](https://github.com/bitwarden/android/commit/d4145ac410bcffb8c7059f704be4084670076157) Merge branch 'master' into fix-ios-pn-tfproblem ### 📊 Changes **6 files changed** (+61 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/SettingsPage/SettingsPageViewModel.cs` (+10 -1) 📝 `src/App/Services/PushNotificationListenerService.cs` (+24 -7) 📝 `src/Core/Constants.cs` (+1 -0) 📝 `src/iOS/AppDelegate.cs` (+8 -0) 📝 `src/iOS/Services/iOSPushNotificationHandler.cs` (+10 -6) 📝 `src/iOS/Services/iOSPushNotificationService.cs` (+8 -2) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [X] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Add logs and information to help figure out what's wrong on iOS push notifications. **This PR should be reverted after we fix the iOS push notifications on TestFlight** But we need this PR to trigger a new TestFlight version with additional logs ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * Added logs and info on Settings about regarding PN registration ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> This is merely for Dev logs. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:28:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3079