👁 itoo Push Notification Examples for ALL!

this is the bg timer as you requested
image

How do you start the clock in the background?
Taifun

image

its normally working like that in the background, the only issue is that i wanna show the notifications for specific users like drivers only not customers as you know i tried many things but still working for all users and this is wrong

only create the process if the current user is a driver
you had it correctly earlier

unknown

Taifun

hola, disculpen la consulta pero he probado la extensiones y los felicito, estoy usando iToo y melon + firebase, y cuando la pruebo anda muy bien, pero a los segundos de mandar la notificación me llega una notificación la cual no la puedo sacar y queda permanente, solo se borra si desinstalo la app.


esta es la notificacion y mis blockes. que solucion tendra?

This method will show a fixed notification while the process is running.

Yes, a foreground process must display a persistent notification. For newer devices starting from Ansroid 14 this can be dismissed. Use the StopProcess method from itoo to end the foreground process which then also removes the notification

Taifun

1 Like

gracias, disculpa la molestia, en donde me aconsejas que ponga stopProcess para q sea automático según mis bloques?

When do you like to stop your processing in the background? On button click? If yes, put the StopProcess method into a button click event
Taifun

hola nuevamente, incluí un botón para probar el stopProcess, y la notificación fija se fue, pero cuando hago un cambio en firebase ya no me llegan las notificaciones, deja de funcionar el segundo plano. eso quiere decir q si otro usuario manda una notificacion y la app esta cerrada ya no le llega a nadie q alla hecho el stopProcess. que puedo hacer para que me sigan llegando las notificaciones y sin q me quede la notificacion fija?

If you want to keep checking in the background your database, then do not stop the process
You will still see the notification, which can get dismissed for newer Android versions

Whkch Android version are yoi using for your tests?

Taifun

Uso un motog32 con android 13.
Entonces solo a las versiones debajo de A 13 le seguirá persistiendo el mensaje de error y a las nuevas no?

Yes

CreateProcess requires to show a persistent notification, which can be dismissed through a simple swipe (starting from Android14).

Taifun

Muchisimas gracias por su pasciencia..

Hi I am Trying to Store GPS Coordinates even when apps is closed is it possible ?

Please only ask in one place, otherwise it can get confusing.

Is there a creative way i can eliminate that notification than all users than only one mentioned as below so if the notificationbos=namebox, the notification should work for him only?

You already asked the same question on July this year, I provided an example.

i requested before for eliminating users and make the notification working for drivers only and i tried many way and didnt work, the only thing worked with me that i called it by TINYDB LIKE BELOW
image
but now i wanna another notification for only one user should the notification if the user choosed the driver, the driver only should receive the notification, i made it like below but didnt work