as said… it works with the build 2534 …
just not with later Buildings
settings =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”,
},
},
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.inmobi”] =
{
– required
publisherId = “com.coronalabs”,
},
[“CoronaProvider.ads.inneractive”] =
{
– required
publisherId = “com.inner-active”,
},
[“CoronaProvider.ads.vungle”] =
{
publisherId = “com.vungle”,
},
[“plugin.adrally”] =
{
publisherId = “com.coronalabs”
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
},
iphone =
{
plist =
{
UIApplicationExitsOnSuspend = “false”,
UIViewControllerBasedStatusBarAppearance = “false”,
UIPrerenderedIcon = “true”,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
},
},
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_FINE_LOCATION”, – Fetches location via GPS.
“android.permission.READ_PHONE_STATE”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.RECEIVE_BOOT_COMPLETED”,
},
usesFeatures =
{
{name=“android.hardware.location”, required=false},
{name=“android.hardware.location.network”, required=false},
{name=“android.hardware.location.gps”, required=false},
},
},
}