when I open the app I get the error “Not market managed” and two of the same corona sdk errors: “The premium graphics feature(object.fill) is restricted to Pro(or higher) subscribers.” It is on the expansion file download screen with a button that says “Restart Download”.
I don’t have any object.fill features in any of my code. I’m using the latest public build 2014.2381. I also tried it with the previous public build 2014.2189, but I still get the error “not market managed” without the object.fill errors
I added the necessary information in the build settings and the config file. I have my license key in the config file from the Google Play “Services & API” of the app. I have my email in the “Gmail accounts with testing access” I uploaded the apk along with the expansion file in the beta tab.
Anyone know whats up?
Here is my build.settings file and config file code:
settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, }, android = { versionCode = "4", usesExpansionFile = true, usesPermissions = { "android.permission.INTERNET", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, }
application = { launchPad = false, content = { width = 640, height = 1136, scale = "letterbox" }, license = { google = { key = "my key here" }, }, }