Alright that's good...ok will wait your update that weekend then, Thanks in advance
Version 1.2
-
A new block to support notification tags. This allows you to use a string identifier along with an Id.
-
Fixed inverted behaviour while using
callOnMain
property. -
Fix a possible companion error, that occurs while switching apps.
Note: This error may still be present, changes needs to be also done on Itoo's code
space.themelon.melonnotification.aix (59.7 KB)
I am using this extension for my project. But i got a problem. If i click the notification Screen1 opens and reinitialize. My variables that were set beforehand are reinitialized too. But i dont want that. How can i change that screen1 dont reinitialize on notification click or how to save the variables to call them back after the reinitialization.
Use TinyDB...
Hmm. Your Android OS version seems to be less than 7. Thus the icon cannot be set from an image resource. I will look into this to add a safe check.
is this extension is working on all android device 13+
Hi here. I would like to create a task that checks if there is a new notification. However, I don't know how to solve it. Can anyone help me with this? (I would use Melon notifications for notifications because it was written there that it supports this)
Hi, do you want to read notifications of your phone and perform an action accordingly? If so, then see this:
No I crreated a shopping list app and I want to send a notification when somebody added a new item to the list
Okay, do you just want to post notifications from your App? If so what you have tried so far?
I tried to check data with the cloud but nothing happend (I copied the example)
Could you please show us your blocks?
Well, I do not understand what you are trying to do. Why are you using Fetch Property? Do you want to send a notification when a value on cloud db changes?
If you are asking for help, I recommend you to make it as easy for others to be able to help you ...
You probably will get more feedback then...
which means in your case post a screenshot of your relevant blocks...
To download the aia file, upload it to App Inventor, open it, do some bug hunting for you, etc... this takes time, and most people will not do that...
Thank you.
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Yes I want to send the notification when the two data is the same
Well the 3rd parameter for ExecuteInternalScript
should be a redis port number which you have not included. See how to configure Cloud DB here: