in my app there is a feature where I used texting component to receive msg and resend the msg to same number however if i receive the msg i am not able to resend a msg to the number when the app is not open (it is in background). It recognizes that a msg is received.
how can i make a background task can u pls give a sample code?
Read the topic I linked.
I read it but didnt understand how to do it
My sms receiver extension is able to receive and send sms in the background
Taifun
but it is paid any way to do it for free?
can any just give a easy sample code the runs in background using the itoo extension?
It is not possible for itoo together with the texting component because the texting component only is able to display a notification after having received a sms. Texting events do not work in the background together with itoo, this is why I prepared my sms-receiver extension
I would not have put time into developing the extension if it were possible.
Taifun
ohh, the only task i want to do is send msg whilst the app is not open( is in background)