I am facing an issue reading a csv file from asset.
I have a csv file in asset, and when I read it, it works when using the companion, but fails: File1.GotText is not executed when apk is run.
This bug happens only if location sensor is used in the project (otherwise it is working fine)
Looks like, sensor permission request for sensor is asked first, while giving permission, read is blocked, when file access permission is asked and granted, read request has been lost and is not performed.
Thanks for your help and feedback. I made some test, and this seems to be working, but it is difficult to define the proper timing, and it looks more like a workaround then a real solution. I found some exchan ge on this topic such s: Potential Permissions Problems but it is not very clear for me:
If the app inventor application itself needs to ask for permission, or if it is directly handled by app inventor implementation?
How can we make sure the permission has been granted if it is handled by App inventor?
How to check multiple permission at the initialization?