Tried to implement Apprever and got the same error message attempting to build in Starter Edition:
[Build Error #5] “You are not currently subscribed to the following plugins com.apprever:plugin.apprever”
My build.settings looks as follows:
settings = { MinimumOSVersion="4.3", orientation = { default = "portrait", supported = {"portrait"}, }, iphone = { plist = { CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-72.png", }, UIAppFonts = { "Lobster Two.ttf", }, }, }, plugins = { ["CoronaProvider.ads.admob"] = { -- required publisherId = "com.coronalabs", }, ["plugin.apprever"] = { -- required publisherId = "com.apprever", }, }, android = { usesPermissions = { "android.permission.INTERNET", "com.android.vending.CHECK\_LICENSE", "com.android.vending.BILLING", }, supportsScreens = { resizeable = false, smallScreens = true, normalScreens = true, largeScreens = true, xlargeScreens = true, }, } }