🔔 MelonNotification • Various styled notifications + Itoo

Does it still crash if you have enabled the notifications permission?
Also please post your .aia so that I can try it out quickly.

From your screenshot it looks like currently you are not using CloudDB in the background... so what happens if you remove that block as test?

Also you could try to rename your clock component to Clock1

Let us know if this makes a difference

Tai

Here is the apk file sorry for the wait. I also tried Taifun version but didn't work aswell. (I removed my token from the project)
<mod remove, contains API key>

I checked your .aia.

  1. Why is your Screen1 blocks empty? Your background processing blocks lies in the other screen.
  2. After I add a block to auto navigate to the other screen, I compiled, and checked on my phone. It does not crash for me. After I enable the notifications permission, I notifications appear as they should.

Maybe you are facing an application crash on Screen1, perhaps due to something else?

It is strange I dont know why it is working now. I think another extension crashed it. Thank you

1 Like

So I have two questions:
When I create a notification i need an intel for that, and there is something called startValue. I can do that the person just click the notification and I deteck that thing in the app?
My second question is: it is possible to not have that notification popup what itoo is creating

Thank you in advance

Yes, just use the get plain start text block from the Control drawer

http://ai2.appinventor.mit.edu/reference/blocks/control.html#getplainstarttext

A foreground service running in the background must display a persistent notification
The user can dismiss that notification

Taifun

1 Like