HI,
Our app is using corona sdk map api to show the user location. It runs fine on android as well as iOS. But when we build the same app using corona enterprise for android, the spinner just keeps on spinning. It never shows the map in enterprise version.
We have added
<uses-permission android:name=“android.permission.ACCESS_FINE_LOCATION”/>
<uses-permission android:name=“android.permission.ACCESS_COARSE_LOCATION”/>
<uses-permission android:name=“android.permission.INTERNET”/>
<uses-feature android:name=“android.hardware.location” android:required=“false”/>
<uses-feature android:name=“android.hardware.location.gps” android:required=“false”/>
<uses-feature android:name=“android.hardware.location.network” android:required=“false”/>
to the Manifest.xml. Any one has a solution to this, since it is high priority for the app.