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.
- Why is your Screen1 blocks empty? Your background processing blocks lies in the other screen.
- 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
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
can you tell which version does this extension support
which version of what ? If you mean itoo
, use the latest version of both extensions.
having some issues with the melon notification with itoo.
here are the screenshots.
when i do it manally it post the notification just fine. (with the app open)
but i can't get it to post from the background, even though im almost 100% sure that the procedure is happening.
I've attached a save of the project. I would greatly appreciate if someone would take a look at it for me.
I know it might be slightly jumbled (as far as location of the blocks). But feel free to reorganize them as you like.
SFL_Notifi.aia (2.4 MB)
I have gone over the examples and such. Just can't seem to get it to post from the background.
perhaps i've messed up the timer? Itto is reporting the operation is running, so i'm unsure of the solution.
just as a follow up.
I'm starting the process here.
here is the procedure block
and here is the grabinfobackground procedure
and the corresponding web.get
Now all else aside, the notification with no other changes, works just fine when i do it manually from a button inside the app.
But when run from the background by itoo, like above, i can't get the notification to post.
If you have further questions please let me know i appreciate any and all help with this matter
Hii, you cannot directly use the Event Web1.GotText block, instead create a procedure called as Web1_GotText
with 4 parameters which will allow for the processing of the event.
You're a god-send.
This is the first im hearing of that.
Ill take a look post haste
Examples galore:
Thank you so much
I found exactly what i needed in example 7 or 8
Will be attempting this shortly
follow up.
I'm happy to say that did the trick
Thank you to both of you for your help @Kumaraswamy @TIMAI2
here is a shot of the new block; incase someone else can benefit from it
Hello, I would like to know how to use the "for component" parameter of every block in this extension. This parameter was not mentioned in the documentation of this extension, so I have no idea what it does. Do I need to fill it in, or can I leave it as it is?
Do not use the anyComponent blocks with the extension. Use the extensions blocks only.
Ok, I have done so. Thanks
Hi I would like to ask that how can I create a notification what make a sound or at leaset vibrate my phone