I have a simple project where I'm using geolocation plugin. When I run it on Construct 3 editor I get longitude and latitude as expected.
When I export it to Android apk and install it on my device (Android 8.1.0) geolocation does not work. The app does not even prompt for location permission when installed (I guess the problem is about permission) but what can I do if the device does not prompt permissions?
I've tried to export different Android versions... I' ve tried to export different ways (debug apk, signed debug apk...) but nothing seems to work.
Any idea of how to solve this?
Thank you