Background Tasks extension [3.8 A] 🥳

sorry I deleted it because I used a K-builder .. PM only if you want

Not so integrate your functions into my project.
I enclose my project. I just want everything to work in the background as well.

I will get back to you after I complete my work :) sorry for the late reply.

I removed the aia because it contained a paid extension.

Note / warning: You are not allowed to publish / post paid extensions that are not your own. Neither as an aix file nor in an aia.

4 Likes

Thank you for your efforts. Can you share a simple sample application that sends a notification once a minute?

1 Like


I have not tested it yet, but this should work. You should notifications twice. You can increase the tillTime value to like 5 mins and interval to like 45 secs and it will work. Please change till time block to system time + 10000 ms and not 1100

The below code in the list five of values is:

 return String.valueOf(System.currentTimeMillis()).substring(8, 12);

else you can use this:

return new java.util.Random().nextInt(7777);
1 Like

Thank You ! @Kumaraswamy

1 Like

Thanks @Rogerio_Rios :slightly_smiling_face:. Let me know if it works :)

You could use the blocks of the extension in any builder and they will behave same.

1 Like

I'm sorry. now I should have removed the paid extensions !! I didn't use them anyway

serbatoio.aia (97.3 KB)

thank you very much you are always very kind !!

serbatoio.aia (97.3 KB)

2 Likes

Hi @gabridima can you once test this AIA project below so that we can confirm that its working and I can try to help you out further:

Please let me know if you face any issues or errors :slightly_smiling_face:

can you give me the file aia so I try it?

Here is the project AIA file

it seems not to work .. however in my case i left firebase open so it is not necessary to insert token .. just URL

Hi, so did you insert the Firebase credentials in the blocks? Its necessary to enter values in the new component created too.

yes yes i do

Alright, please give me some time.

Yes, it´s work !

1 Like

Hi @gabridima, can you say if you see a toast message?