I am working with CoudDB and I want to know if it is possible that when the Data change component is activated my application generates a push notification regardless of whether it is closed, the same as whatsapp and facebook do
1 Like
No, inorder to achieve that you can use itoo extension
Itoo 4
[image]
Graphics by Dennis Littawe
[BuildWithLove] [Frame 1]
The newer version of Itoo now has updated ItooX framework which runs more reliably across all platforms, devices and Android versions.
Services
Itoo supports two types of services.
Foreground
keeps the service alive throughout the session without interruptions.
a permanent notification will be displayed throughout the session from Oreo.
Background Task
unlike the foreground task, it is executed on a different proc…
Taifun
February 21, 2024, 7:47pm
3
Generally yes, but Itoo is incompatible with CloudDB
you registered the Clock1.Timer event and the File1.GotText event
and you use CloudDB.StoreValue block, this looks fine
later when you start your app again you theoretically should find some value in the CloudDB
where does that file come from?
I now prepared an example for you
[Screenshot 2024-02-02 091325]
Bgtest1.aia (70.7 KB)
unfortunately storing a value in CloudDB gives an error, see logcat output here
[logcat]
so the CloudDB properties have to be set in the blocks for Itoo to w…
Taifun
1 Like