Skip to content

[Office Hours] Question about apple alert notification #123

Discussion options

You must be logged in to vote

@dusixian @kkellybonilla Good question; there are two options here. I would point you to the second one but want to highlight them here.

Push Notifications

Use APNS push notifications from a server. It requires you to

  1. Obtain the APNS token.
  2. Upload it to a server, e.g., Firebase.
  3. Write some logic on the server that triggers a notification.
  4. Send that request to the Apple APNS server including the token to send the push notification to the client.

You can learn more about this, e.g., in this video: https://developer.apple.com/videos/play/wwdc2023/10025. I think this is a good idea for a larger system. I would suggest going a simpler route if your main task is to just send a simple reminder…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@dusixian
Comment options

dusixian Feb 11, 2025
Collaborator Author

@kkellybonilla
Comment options

@PSchmiedmayer
Comment options

Answer selected by PSchmiedmayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants