Sorry I need a break from this topic.
This topic was automatically opened after 13 days.
Iām an admin of a new Discourse forum running on Digital Ocean. Allās working well so far as we prep to open our doors in a month or so.
The Discourse IOS app is working but seemingly with some quirks. And we just noticed the phrase in the App store description:
āfor officially hosted discourse forumsā
What should I tell my users to expect with their use of the Apps, both Android and IOS?
Primarily the native notification issue, other than that it will work as expected.
@codinghorror Is there any way to pay for iOS push notification functionality witha self hosted forum?
No, this is not possible. Youād need to use a paid Discourse specific hosting plan, either here or elsewhere.
If itās a DO discourse droplet?
That is āself hostedā in this context.
Hey @jtbayly I recently published a plugin for pushover that allows a user to sign up for push notifications over Pushover. Other push services could probably be added with not too much difficulty. Maybe this can help scratch your itch here.
Thanks for sharing that here. I had totally missed it.
have you found a successful path to receiving notifications while self hosting? if so, will you save me the trial and error by sharing your experiential knowledge? p please.
Yes, but it was unrelated to this thread. I simply downloaded a free app on my iPhone called Fig. On every other device, push notifications work out of the box. Hope that helps.
Actually - donāt worry. I found it āFig for Discourseā
Hi all, sorry to bother. Just wanted to check the status of iOS push-notifications issue for self-hosted forums. Been a while since the last post here. Anything new or is it still not possible?
Thanks!
There have not been any changes recently to add more support for self-hosted push notifications to our iOS app. However, the app does have a background job that is supposed to run every half hour or so and it is supposed to pull in push notifications. This uses a background fetch service from the OS which is notoriously unreliable, so itās possible that it doesnāt work all that well.
@pmusaraj Thanks a lot for the update!
@pmusaraj nothing new on this front?
Sorry but self-hosted push notifications would mean you have to register an account with Apple. Discourse can not handle data of forums we do not host.
No news here.
Thanks Sam. When you say register an act with apple, how would I do that as itās not a dev act for an app but specifically a website using the discourse app. Is that possible??
You would have to
- Fork Discourse Hub
- Register a dev account with apple
- Repackage as a standalone app for your site
- Publish to the app store
- Build infra to handle the push notifications
I am afraid there is no easy solution here, on Android - Google provide a public proxy. Apple do not do that.