This is how my build.settings file looks under settings:
android =
{
versionCode = “1”,
largeHeap = true,
usesPermissions =
{
“android.permission.INTERNET”,
“com.android.vending.CHECK_LICENSE”,
“com.android.vending.BILLING”,
“android.permission.GET_ACCOUNTS”,
“android.permission.RECEIVE_BOOT_COMPLETED”,
“com.google.android.c2dm.permission.RECEIVE”,
“.permission.C2D_MESSAGE”,
},
},
below this are the plugins which include:
[“plugin.google.iap.v3”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true },
},
I created a build and uploaded it to Google Play and it says that I need to add BILLING permissions to my APK to be able to add in-app purchases.
The build is not being corrupted. There are permissions, such as INTERNET that GP is recognizing so it isn’t failing outright.
I have a “key” listed in my config.lua file.
I can’t see an obvious reason for this problem. Can you advise what might be causing this?