Im trying to create a simple application where the text Ive scanned with barcode scanner will be saved as csv file. Everything works exept for saving the data. I cant locate the file on my phone storage. I dont know if the file is really saved. Im using Poco x3 Android 11.
Just a quick update, Ive edited the blocks and this is the new block.
When I tried to use AI Companion, it saves the file on the Documents folder, everything works great. But when I build the apk file and install it on my phone, it gives me Error 908 when I try to save a file.
Yes, as @patel said, set DefaultFileScope to Legacy in Screen1 (Designer). This is the only way to get the WRITE permission declared in the Manifest. This is necessary for it to work, but of course this is a bug that I've reported countless times.
Or use @vknow360's EFile extension. Search the forum, I've mentioned that several times.
Thank you all so much for the help., only thing I hope is that the app will also work with the end user in which I don't know what android version he/she is using.
I also tried the app on android 6 without changing the file scope on the screen 1, and it also works flawlessly. Again, thank you for the help