B4i Question Firebase Push Messages not receiving after a while - Semen Matusovskiy (first post)    Mar 16, 2020   (1 reaction) This is expected. Silent pushes do not work, if app is not running (killed by user).
IMO, much easy to communicate with own web server and to receive commands from it in 'real' time (without delays). B4i Question Long (forever) notification sound - hatzisn (first post)    Sep 08, 2023 There are the silent push notifications. These bring in the front for a while the app to execute some tasks.
https://www.b4x.-push-notifications.56016/ B4i Tutorial Push notifications - Erel    Jun 21, 2022   (8 reactions) The event will be raised when a message arrives while the app is in the foreground. If the app is not in the foreground then a standard alert message will appear. The user can click on the message to start the app.
The event will be fired after the app has started.
Private Sub (Message As Map, B4i Question Silent push notifications still unreliable ? - Erel (first post)    Feb 18, 2024   (1 reaction) I haven't tested it with the latest version of iOS, however I would guess that they are still unreliable as they are unreliable by Apple design.
Try it. It isn't too difficult to implement. You can also combine it with the background fetch solution. B4i Question Firebase Notification - Can I handle a notification? - Erel (first post)    Mar 23, 2022   (1 reaction) Not really. There is a feature called silent push notifications that causes your app to start when a notification arrives: https://www.b4x.com/search?query=b4i+silent+push however they have a very low priority and many will be missed. B4i Question Silent push notification when app is closed - wl    Apr 12, 2021 Hi,
As I understood from previous posts silent push notifications can execute some code for 30 seconds after having received a silent notification. This is only true as long as the app has not been closed by the user, which might be a problem.
I understood that meanwhile there is a way for a silen B4i Question Silient Push works in background IOS 9 and not working in IOS 11 - schimanski (first post)    Feb 23, 2018 Did you read that?
https://www.b4x.-problem-with-silent-push-and-firebase.71306/#content
I had the same problem and after testing a lot of, i did not use silent push anymore. I don't think, that it is a bug. It seems to have something to do with the new and more restective energie policies under I B4i Tutorial Silent Push Notifications - Erel    Dec 28, 2018   (1 reaction) 2. When a remote notification arrives the event will be raised. You have up to 30 seconds to do whatever your app needs to and then call CompletionHandler.Complete.
3. Sending code: remove the notification element and add the content_available field:
If Topic.StartsWith("ios_") Then
Dim iosale B4i Question send notifications question - JanPRO (first post)    Aug 03, 2016   (1 reaction) Hi, Yes, you can use Silent Push Notifications and show a local notification or do something else (you have up to 30 seconds). Jan B4i Question Silent push messages (firebase) - issues when in the background - Erel (first post)    Sep 26, 2019 Start with implementing non-silent push notifications. Do they work properly? Page: 1   2   3   4   5   6   7   Powered by ColBERT |