Hi
Can anyone help me understand what actions are possible and how to program the app to switch from background to foreground after notification?
My goal is to have my app switch from background to foreground when tapping on it notification.
On Android device this very simple...
This is a fully functional ToDo app for Android and IOS (B4A and B4I)
With this B4X project I show how to develop a modern and good looking cross-platform app with B4X.
Features
SQLite Database structure
Task due notifications
Dark and Light Mode
Switch on the fly, without app restart...
Hola
Según esta discusión nos esperan problemas con Android 12+
El debate es sobre los servicios y receptores después de android 12+
Según lo que entendí me puse manos a la obra para actualizar...
yo tengo una aplicación donde el usuario configura un recordatorio, este lo programo de la...
I'm trying to use 'Firebase Push Notifications 2023+', and I implement it correctly following the tutorial.
When debugging the application on the physical device, it simply closes without showing any kind of error.
The same thing happens with the sample project. I configure it with my keys...
Hi
How can I create a notification with a big image using a library:
https://www.b4x.com/android/forum/threads/nb6-notifications-builder.91819/#content
which when clicked run a service without bringing up any activity?
Hi everyone, i've used BLE library with Android and i have the necessity to use the SetNotify method.
On Android this method return a boolean value to tell if the operation went ok or not.
On iOS seems that the SetNotify method does not have a return value.
I use the return value to wait for...
[UPDATED V1.2]
Hello everyone, it is a pleasure for me to show you my first library for B4A.
BMPopUp is a library that will allow you to create PopUp messages in your applications. You can change the look as you like.
Thanks in advance for visiting I hope you like it.
Normal PopUp...
I am using NB6 to display notifications.
If the app is in the foreground when the notification arrives and I click on it, it takes me to the indicated page, but if the app is in the background when I click on the notification, it disappears and does not take me to the indicated page.
How can I...
Hi,
I have a problem with the NB6 notification library. I'd like to make a notification with high priority and a custom sound, goes I see it can't be done.
The setCustom function doesn't set the custom sound to false if we are in isChannel = true mode, how can I do to disable the defautl sound...
Greetings
This worked until
https://www.b4x.com/android/forum/threads/i-need-open-a-app_notification_settings-via-intent.73532/#post-476761
VERSION.SDK_INT 25
Since then he says:
VERSION.SDK_INT 26, 27, 28, 29, 30...
"The application is not in the list of installed applications"
After reading...
Strange firebase behavior.
When I send a message from IOS using this code,
Private Sub SendMessage(Topic As String, data As Map)
Log("MyTopic ------------> "& Topic)
Dim Job As HttpJob
Job.Initialize("fcm", Me)
Dim m As Map = CreateMap("to": $"/topics/${Topic}"$)
If...
I slightly reworked the BLE example so that I could receive notifications. After the revision, the notifications work, but the speed is very low. Namely, I manage to receive only 20% of the data from the sensor. Does anyone know any faster way to receive notifications. Otherwise I test on MIUI...
Hello all,
Maybe this is a silly question, i was able to implement silent notifications and regular push notifications. Im using the UserNotificationClass from Erel.
My problem is that when the user clicks on any action of the buttons it only gets the actionIdentifier string (that is the button...
Hello.
A strange thing is happening.
I have a standard icon.png file in the \ Objects \ res \ drawable folder. I want to dynamically change the notification icon.
When I add to the folder (according to the instructions!) A file, for example, icon2.png, it disappears when the project is compiled...
Hi eveyone, i was looking for a way to show a repetitive notification without firebase.
i already took a look to this tutorial and this also.
I was wondering if there is a way to show a notification every day at a specified time, without the need to open the app.
Scenario:
User opens the app ->...
I mentioned that my fcm messages arrive without delay (data messages), but throwing a notification (even with high priority) doesn't work all the time when the phone sleeps.
Setting the phonewakestate before throwing the notification and releasing it after seems to work:
pws.PartialLock...
Hi everyone, I’ve an app published on the store that receives notifications using firebase .
I received an email from apple reminding me that the aps is about to expiring. What I’ve to do?
The app will stop to receiving notification ?
thanks in advance !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.