Hi,
I have my first app live on play store for testing and have a bug that I need to work through. The location data is not being read. I can see that the app has location permissions
What is the best way to debug this? It works fine in preview and as a webapp.
I can´t use the debugger or even a browsers dev tools. I´d really like to see what a few of the variables are doing to cause my issue.
I know I could add alerts in to show the variables and re-publish, but this seems rather slow.
Any help appreciated.