Open Source β€’ Background Tasks: Itoo πŸš€

Unfortunately, the video is not displayed with either Firefox or Chrome.

2 Likes

But for example, how WhatsApp does to receive messages (in the background) without showing any foreground?

1 Like

They are whitelisted by the device manufacturer and they use the tools provided by the Google like GCM/FCM which are more reliable.

1 Like

Oh
Thanks :grin:

2 Likes

not wok for me

1 Like

Share your hardware version and your relevant blocks.

blocks
my block i'm using android 10.

2 Likes

No, you cant show AlertNotice or any kind of UI from background.

So how work on boot please show an example.

1 Like

I have to yet update the extension framework, it has not been updated since months.

1 Like

Okay :ok_hand:, update it.

1 Like

Hi all, i am using the ItoO1 extension, but it won't work, what is the problem of my blocks?
11100

2 Likes

It's not your fault, but

so it won't work.

1 Like

try to send a notification for example using the NotificationStyle extension as shown in the first post in this thread

Taifun

4 Likes

Apologies as i know you've had a lot of requests for help but i'm really struggling with my app and have tried sing some of the examples before coming on here.I'm trying to get my app to run in the background as it would when it's active but keep getting a runtime error anyhelp for someone who has no idea would be more than appreciated and will get me out of trouble with work..

2 Likes

Hi, if you are trying to use the location services from background then it is not possible since the android 9. You will have to use Taifun's extension for that.

What extension is that may I ask. Thank you for the help

1 Like

It's this extension, check this out. It also works in background.

is there any free alternatives that you could recommend?

1 Like

unfortunately there is no free locationservice extension available, but you could write your own extension and create the functionality yourself...

more information about how to create an extension see the App Inventor Extensions document
however that will be more advanced and will require some Java skills...

Taifun

PS: see also this comment (by @Italo)

You can start learning all you need to learn to do it, then do it, after long days of trying things, testing and failing, all in your spare time, leaving other things you like to do for this.
Then after all that time and intellect invested, just give it out for free so everyone can make money with it except you.
Sounds awesome right? :thinking:

2 Likes