Extensión para lectura del inbox de SMS

He probado con éxito la extensión TaifunTexting para obtener los SMS recibidos en el dispositivo PERO la función TaifunTexting.Read lee siempre TODOS los mensajes recibidos lo cual puede ser extremadamente lento cuando hay acumulados muchos mensajes.

Necesito alguna forma de poder filtrar los mensajes y por ejemplo leer solamente los mensajes posteriores a una fecha determinada o leer un número determinado de mensajes.

Es posible esto?

The functionality of the extension is explained here

There is currently no filter option available. See Q1 of the FAQ there what you could do.

I probably will add some filter functionality in the future after I find some motivation to do it.

Taifun

1 Like

On @Taifun's web site (App Inventor Extensions: Texting | Pura Vida Apps) it is clearly suggested how to filter the SMS, so to find only the latest one; anyway the blocks supplied by AI2 seem to read only the last one, like I did here below on my home-heating system remote controller:


Best wishes.