-
Notifications
You must be signed in to change notification settings - Fork 7
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 Apple Wallet code #76
Comments
This was referenced Sep 13, 2022
4 tasks
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 13, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 16, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 16, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 17, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 19, 2022
``` json { "summary": "1 sent, 3 failed", "sent": [ ... ], "failed": [ ... ] } ```
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 19, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 19, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 20, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 20, 2022
This reverts commit f327105.
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 20, 2022
test(apple): debug template version 4 debug: add square icon debug: restore original logo and strip Revert "debug: restore original logo and strip" This reverts commit 47d4345. Revert "debug: add square icon" This reverts commit bff7d91. Revert "test(apple): debug template version 4" This reverts commit 5bff363. Revert "chore(apple): add template version 4 (nation3#76)" This reverts commit f327105.
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 24, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 25, 2022
aahna-ashina
added a commit
to aahna-ashina/mobile-passport
that referenced
this issue
Oct 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve code maintainability/readability:
Passes.ts
into a standalone file/function (Apple Wallet: Send Notification Requests to APNs (#78) #79 (comment))[passTypeIdentifier].ts
, and add a simple helper for the to/from milliseconds calculations (Apple Wallet: Implement support for the lastUpdated tag (#75) #86 (comment))Improve stability of APNs integration:
Passes.ts
, so that a JSON response is not returned until all notification requests have been confirmed by APNs.The text was updated successfully, but these errors were encountered: