Could you at least say which dependency needs updating, or better yet, submit a PR with the fix?
Sure, our developer at Quemuse submitted a PR:
https://github.com/pmusaraj/discourse-mobile-single-site-app/pull/20
How did you get notifications to work for everyone who downloads the app?
If a user hasn’t signed up yet (which is gonna be 99% of people), they’re gonna skip the prompt, sign up, and won’t receive notifications because they didn’t login with the prompt.
Also, for people who skip the prompt and sign in through the header button, they won’t get notifications either.
Notifications only work on iOS when the person signs in through the login prompt when you first download it. Also, there is no signup link on the login prompt for me.
The app only receives notifications if the user does not skip the prompt. You could delay the prompt until later, but this hasn’t been an issue with real users.
I don’t mean the native prompt that says “Would you like X to send you notifications? Accept or Decline”. I mean the login splash screen that is displayed within the initial installation of the app.
Ah, there should be a “Connect” button. It shows up only after they have logged in, as anon there are no notifications.
Right, my concern is that a new person trying out the app for the first time skips the login splash screen (since they don’t have an account), after using the forum for some time, they decide to create an account. They do so, but now they won’t receive notifications because they didn’t login back when they installed the app.
Currently, we use a disclaimer text in the splash screen to help users understand.
Hi, I was able to install onesignal on my whitelabeled app but the notification are only showed when I open the app. Is there a config I am missing?
Thx!
F.
That seems to indicate that push notifications aren’t configured correctly. Did you build the app with the same PN certificate as what you added to the OneSignal account?
All is working using the discourse plugin. I want to implement a separate push mechanism using onesignal API but I dont know where Discourse is storing Onesignal reference to the user id or the way around.
From the discourse onesignal plugin it seems that the call is made via username ( https://github.com/pmusaraj/discourse-onesignal/blob/master/plugin.rb line 46 ) but there are no tags on Onesignal.
I am curious, is OneSignal push notification still working with the latest iOS?
Gracias @pmusaraj por desarrollar esta gran aplicación. La probé para mi foro porque quiero tener una aplicación donde las notificaciones funcionen y con tu aplicación definitivamente funciona (¡probado en Android!). Muchas gracias por esto. Sin embargo, durante las pruebas encontré tres errores.
En un dispositivo Xiaomi, la aplicación se inicia más abajo. Esta franja blanca distrae.
:::
En un dispositivo Samsung, cuando se agranda la fuente en la configuración, la fuente en la aplicación es mucho más grande. Algunos elementos ya no son accesibles.
:::
Por último, un error que definitivamente debe solucionarse. Después de cerrar sesión en Discourse en la aplicación, todavía recibes las notificaciones del usuario. Sucedió en ambos dispositivos: Samsung y Xiaomi.
¿Alguien lo usa en 2024?
Quiero configurar las notificaciones push de iOS para Discourse (en particular para Chat) en mi aplicación.
@pmusaraj: el último commit en esto fue en enero de 2023. ¿Sigue funcionando?
Y luego, a otros en este hilo: ¿alguien está utilizando esto activamente y puede verificar que sigue funcionando?
Sospecho que tal como está, esto no funciona. No he tenido que usar esto para mis proyectos en varios años, y las herramientas de compilación de aplicaciones móviles (para bien o para mal) cambian rápidamente, por lo que es probable que tenga problemas incluso para ejecutar esto localmente.
Gracias @pmusaraj. Suponiendo que puedo encargarme de la parte móvil por mi cuenta, ¿crees que el plugin discourse-onesigna seguiría funcionando?
Si no es así, agradecería tus ideas sobre la mejor manera de captar los eventos de notificación y enviarlos a otro lugar.
No estoy seguro. Sospecho que pronto dejará de funcionar, porque no ha tenido actualizaciones en 2 años y es probable que la API de OneSignal haya cambiado desde entonces. ¡Eres bienvenido a bifurcarlo y construir sobre él!



