Open
Conversation
5 tasks
Collaborator
Author
|
Based on #3100, merge that first. |
Collaborator
|
Just noting that if we're going to use Firebase as our APNS intermediary, there are a few extra hookup steps a la https://github.com/TryQuiet/ios-notification-experiments/blob/main/ios-decrypt-test/ios_decrypt_testApp.swift#L24-L110 |
… feat/3080-apns-token-registration # Conflicts: # CHANGELOG.md
mcginty
reviewed
Feb 20, 2026
Comment on lines
72
to
73
| // Fall back to HTTP | ||
| return this._registerViaHttp(deviceToken) |
Collaborator
There was a problem hiding this comment.
no need for this now i believe!
mcginty
reviewed
Feb 20, 2026
Comment on lines
+12
to
+15
| export interface QPSRegisterPayload { | ||
| deviceToken: string | ||
| bundleId: string | ||
| } |
Collaborator
There was a problem hiding this comment.
same as QPSRegisterRequest above, are both needed?
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.
Passes APNS device token through state-manager socket with backend, caches token until ready to register, and posts to the register endpoint.
Pull Request Checklist
(Optional) Mobile checklist
Please ensure you completed the following checks if you did any changes to the mobile package: