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?
Grazie @pmusaraj per aver sviluppato questa fantastica app. Lâho provata per il mio forum perchĂŠ voglio unâapp in cui le notifiche funzionino e con la tua app funziona decisamente (testata su Android)! Grazie mille per questo. Tuttavia, durante il test ho riscontrato tre bug.
Su un dispositivo Xiaomi, lâapp si avvia piĂš in basso. Questa striscia bianca è fastidiosa.
:::
Su un dispositivo Samsung, quando il carattere nelle impostazioni viene ingrandito, il carattere nellâapp diventa molto piĂš grande. Alcuni elementi non sono piĂš accessibili.
:::
Infine, un bug che deve assolutamente essere corretto. Dopo essersi disconnessi da Discourse nellâapp, si continuano a ricevere le notifiche utente. Ă successo su entrambi i dispositivi: Samsung e Xiaomi.
Qualcuno lo sta usando nel 2024?
Sto cercando di configurare le notifiche push iOS per Discourse (in particolare per Chat) nella mia app.
@pmusaraj - lâultimo commit su questo è stato nel gennaio 2023. Funziona ancora?
E poi agli altri in questo thread: qualcuno lo sta usando attivamente ed è in grado di verificare che funzioni ancora?
Sospetto che cosĂŹ comâè, questo non funzioni. Non ho dovuto usarlo per i miei progetti da diversi anni e gli strumenti di compilazione delle app mobili (nel bene o nel male) cambiano rapidamente, quindi probabilmente avrai difficoltĂ anche solo a eseguirlo localmente.
Grazie @pmusaraj. Supponendo che io possa occuparmi della parte mobile da parte mia, pensi che il plugin discourse-onesigna funzionerebbe ancora?
In caso contrario, apprezzerei i tuoi pensieri sul miglior percorso per raccogliere gli eventi di notifica e inviarli da qualche parte.
Non sono sicuro. Sospetto che smetterĂ presto di funzionare, perchĂŠ non ha avuto aggiornamenti per 2 anni e ci sono buone probabilitĂ che lâAPI OneSignal sia cambiata da allora. Sei il benvenuto a fare un fork e a costruirci sopra, però!



