Skip to content

Fix iOS push notifications by updating the subscription method for IOS #40

Description

@rushvl

I noticed that iOS push notifications aren't coming through instantly. According to the ntfy docs, Apple Push Notifications only work if the iOS app's global Default Server is changed to match the base-url in server.yaml(https://naarad.metkgp.org). Currently, SUBSCRIPTION_INSTRUCTION.md tells iOS users to check "Use another server" instead. This leaves the Default Server as ntfy.sh, which breaks push notifications on Apple devices.

to reproduce the behavior:

Follow the current iOS instructions in SUBSCRIPTION_INSTRUCTION.md.
Subscribe to kgp-mftp by checking "Use another server".
Close the iOS app completely.
Send a notification to the topic - the phone will not receive the background push notification.

This can be fixed by updating the docs to instruct users to change their Default Server in the app Settings to https://naarad.metakgp.org and subscribing to the topic normally (without checking "Use another server").

Screenshots

Image Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions