Hi Friends,
I have integrated google play ipa v3 in one of my game but when i am trying to build it i am getting the error:
You are not currently subscribed to the following plugins
com.coronalabs:plugin.google.iap.v3
Can anyone please suggest me the reason for this. Please find below the code of my build setting file:
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, }
},
plugins =
{
– key is the name passed to Lua’s ‘require()’
[“CoronaProvider.ads.admob”] =
{
publisherId = “com.coronalabs”
},
[“plugin.google.iap.v3”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
},
android =
{
usesPermissions =
{
“com.android.vending.BILLING”,
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
},
},
}
Hoping your help soon.
- Varun