Re-register all users for push notifications with new keys when upgrading to Mobile SDK 13 - #2751
Merged
Merged
Conversation
…ding to Mobile SDK 13.0. Without this, an application will not be able to decrypt encrypted push notifications if: - it was first installed with Mobile SDK 11.x or older - it has elected to disable re-registration entirely
Generated by 🚫 Danger |
brandonpage
approved these changes
Aug 28, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2751 +/- ##
=========================================
Coverage 56.11% 56.11%
- Complexity 2492 2493 +1
=========================================
Files 211 211
Lines 17255 17259 +4
Branches 2412 2413 +1
=========================================
+ Hits 9682 9685 +3
- Misses 6523 6524 +1
Partials 1050 1050
🚀 New features to boost your workflow:
|
wmathurin
added a commit
to wmathurin/SalesforceMobileSDK-Android
that referenced
this pull request
Sep 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this, an application will not be able to decrypt encrypted push notifications if:
SalesforceMobileSDK-Android/libs/SalesforceSDK/src/com/salesforce/androidsdk/push/PushService.kt
Line 571 in e435f54