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 Silent Push Notifications - Erel (first post)    Apr 08, 2018   (1 reaction) See this thread: https://stackoverflow.com/questions/44796613/silent-pushes-not-delivered-to-the-app-on-ios-11
Silent push notifications are not very reliable on iOS 11. 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 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 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 Silient Push works in background IOS 9 and not working in IOS 11 - schimanski (first post)    Feb 23, 2018 This occurs once a day and cannot be changed by user or developer action. This throttle is disabled if the app is run from Xcode, so be sure to test your app by running it from the device to have the same user experience your customers will have.
All of this points out that the intent is that a not B4i Question What happens with push, if app is in the background? - schimanski (first post)    Feb 14, 2017 It seems not to be possible to make sure, that the app reads the content-data after an silent push arrives. After testing it with more than 100 users, the determin, that starting the app in not energy-efficient, happens very often. As Erel told in many threads berfore, that it is not possible to rel 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 The upload of files in the background - hatzisn (first post)    Jan 21, 2022   (1 reaction) I would create a table in the db and place in it all the filenames (one in each record) and an indicator Uploaded (field) next to each. Then with silent push notifications I would create code that for each next silent push notification it will try to upload the next not uploaded file in the table an 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |