Japanjot
(Japanjot)
January 25, 2023, 3:41pm
#1
Hello
I need help
I am making app in which if user get sms , it should send in my airtable database even in background, I am using background task extension but not able to do this with that extension
Japanjot
(Japanjot)
January 26, 2023, 8:08am
#2
This post was flagged by the community and is temporarily hidden.
Hi, I already have made it that it would read sms in background even the app is closed and it will send the data to firebase. I am selling the .aia. You can PM Me.
2 Likes
Gordon_Lu
(Gordon Lu)
January 26, 2023, 11:21am
#4
Try ItoO? This extension helps you run things in the background, a revamped version of the Background Tasks extension.
[image]
ItoO Tasks is a specially built extension (completely different from the old one) that makes such Environment that it would be possible to allow things like Procedures/Variables to be accessed when the App is In Background.
Blocks
Here are some of the blocks, blocks that arent mentioned are intended for Test only purpose.
Initialize
[image]
Initializes the service that would run after @latency.
Name is the (main) procedure name that will be called.
Of “runWhileActive”, if set…
1 Like
Japanjot
(Japanjot)
January 26, 2023, 12:54pm
#5
I have used this extension only , but still not able to get solution
I am also using texting component but the data is not sent to airtable
Gordon_Lu
(Gordon Lu)
January 26, 2023, 12:56pm
#6
…how about showing your relevant blocks?
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
Japanjot
(Japanjot)
January 26, 2023, 2:09pm
#7
Actually to send you blocks , i have to first arrange and I am not able to arrange "got message " and background task blocks
Taifun
January 27, 2023, 1:17am
#8
Don’t worry… take your time… and if you are ready, then provide a screenshot of your relevant blocks… thank you. .
.Taifun
1 Like
Japanjot
(Japanjot)
January 27, 2023, 11:16am
#9
I dont know how to arrange , I am sking for help for that only
1 Like
Lily
(Lily)
January 27, 2023, 12:30pm
#10
Maybe you can share an aia then someone can arrange it for you
Lily
(Lily)
January 27, 2023, 12:38pm
#11
Do you mean it works even without internet?
Japanjot
(Japanjot)
January 27, 2023, 4:53pm
#12
That’s not inportant
Do as possible
Japanjot
(Japanjot)
January 28, 2023, 10:05am
#13
if in taifun notification listener extension anyone can tell how to know that notification is from which app , then it can also help
Taifun
January 28, 2023, 6:51pm
#14
Check the packagename
You could have found it out yourself by looking into the documentation App Inventor Extensions: Notification Listener | Pura Vida Apps or trying the example app
Taifun
Japanjot
(Japanjot)
January 29, 2023, 4:25am
#15
By package name i will get to know that which app is this
But package name of sms app is different in every device