Por fin termine mi apk, y corre perfecto en celular en todos sus modulos y acciones, sin embargo al instalarla en la tablet aunque no marca errores, no ejecuta las acciones, entre ellas enviar informacion a una base de datos de google sheets & firebase, para consultar informacion corre perfecto.
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
which solution do you use to upload your data into the Google spreadsheet?
any link?
EDIT: you might want to display the responseContent from the Web.GotText event in a label to find out, what is going on...
where did you find these blocks to upload the data to the spreadsheet? therefore I asked you about the link to that example... are you sure, they work like this? did you invent this on your own?
here is one working solution App Inventor Tutorials and Examples: Google Spreadsheet Database | Pura Vida Apps, there are others...
Gracias, ya habia dado un vistazo a ese ejemplo, el metodo que utilizo es mediante un link de spredsheet compartido,
el envio de informacion a ala googlesheet lo hice con el ejemplo de este link https://www.youtube.com/watch?v=DAC01jeenPY
Lo extraño del caso que con cualquier movil funciona tanto la escritura como visualizar los datos en una listview, con la tablet solo se vizualizan los datos, sin embargo no envia la informacion
I'm sorry, I do not like very much to watch videos. it takes too much time until they come to the point...
probably @TIMAI2 does have an idea?
meanwhile let me suggest to try the solution presented here https://puravidaapps.com/spreadsheet.php
If the App works fine on several phones but not on a Tablet, the only way the App code could be responsible for the issue would be an incompatibility of some kind. This is why I asked if any extensions were being used, since they may not be compatible with older versions of Android and version 4.4.2 is now very very old.
are you sure, it does not send the information? usually you get an error message back if something went wrong... what exactly prevents you from displaying the responseContent from the Web.GotText event in a label to find out, what is going on?
En efecto la app si tiene extenciones en este caso utiliza el codificador base64 ,la tablet es version 4.4.2 he buscado pero no hay actualizacion disponible en varios modelos.
Are you able to view the spreadsheet via the web browser on the tablet? One relatively weak hypothesis that I have is that the Google servers are presenting a certificate chain that uses SHA-256 signatures and it may be the case that Android 4.4.2 might be expecting SHA-1 signatures (no longer considered secure). If that's the case, you should expect to see a security message in the browser when you try to access the spreadsheet, and it might also explain why your data aren't showing up.