maddevs
(MaD)
October 28, 2021, 4:38pm
1
Hi,
I want to detect incoming SMS only. When new SMS comes, read-only that one.
I already using taifun texting extension that can be able to read all messages.
If someone has any idea, please tell me the way. App also runs background every time.
[note: use for personal]
asimjib93
(Asim Jib)
October 29, 2021, 3:44am
2
Did you check it?
And, for background tasks, you can use this extension.
GitHub
Tasks 4.0/4.1
ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ βββββββ ββ Background works simplified
[logo]
In this version, the complete source code is rewritten to make it better with significantly large improvements. This version lacks some features which were in the previous versions until it gets stable enough. There are a few highlights, which are mentioned below.
Highlights
Ability to access appβs procedures.
Improved scheduling of tasks and componentβ¦
1 Like
maddevs
(MaD)
October 29, 2021, 3:47am
3
Yes. now testing on it. Trying to implement it in the background.
If you have done already it, provide me a sample. Thanks.
asimjib93
(Asim Jib)
October 29, 2021, 4:10am
4
Sorry, but I donβt have one ready right now.
tmohank
(mohan)
October 29, 2021, 5:07am
5
Message received does not work in the background. I have tested it with the background task extension.
Its a limitation with the message received component.
1 Like
maddevs
(MaD)
October 29, 2021, 5:12am
6
Then how can we achieve it?
tmohank
(mohan)
October 29, 2021, 5:19am
7
If your application is running in foreground, the Message received component will work else it wont.
Currently there are no other sms reading extension to my knowledge
This applies to the entire ai2 platform as this feature is inherited .
another way to periodically check the delta of all sms history
I donβt have that block on my taifun texting extension. Can you share yours?
Taifun
August 28, 2023, 4:06pm
9
this is an event from the Texting component
Taifun
1 Like
thanks! btw how to run this component on background? I am trying with this-
[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β¦
But confused about which block I should use.
Taifun
August 28, 2023, 5:48pm
11
This is not possible and has been said already here including a workaround
If your application is running in foreground, the Message received component will work else it wont.
Currently there are no other sms reading extension to my knowledge
This applies to the entire ai2 platform as this feature is inherited .
another way to periodically check the delta of all sms history
Tai