Having trouble with expansion file with apk in beta testing

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" }, }, }

I made the error of not publishing the beta first. It was still in draft. Apparently you cant test expansion files while still in draft mode. The expansion file now downloads properly.

Although I am still getting the error “The premium graphics feature(object.fill) is restricted to Pro(or higher) subscribers.” on the expansion file screen. It has an upgrade or quit option.While the error is up I can see the app downloading in the background. After it downloads and you quit the app the error disappears and the app runs fine.

I assume corona redid the expansion file screen and accidentally used pro features to create it. Since they only have pro(or higher) users testing their daily builds they never caught it.

This renders expansion files almost useless for non subscribers.

Hi, 3D Methods! I have the exact same problem as you described: using build 2014.2381, Corona Basic subscriber, an error message “The premium graphics feature(object.fill) is restricted to Pro” when starting the app for the first time and doesn’t re-appear any more after quitting. Did you happen to solve it?

I did not solve it. I managed to shave 20mb off my app so it is just under 50mb. You can try using an older public build, but it seems that the expansion file download screen is still bugged and shown off center.

I made the error of not publishing the beta first. It was still in draft. Apparently you cant test expansion files while still in draft mode. The expansion file now downloads properly.

Although I am still getting the error “The premium graphics feature(object.fill) is restricted to Pro(or higher) subscribers.” on the expansion file screen. It has an upgrade or quit option.While the error is up I can see the app downloading in the background. After it downloads and you quit the app the error disappears and the app runs fine.

I assume corona redid the expansion file screen and accidentally used pro features to create it. Since they only have pro(or higher) users testing their daily builds they never caught it.

This renders expansion files almost useless for non subscribers.

Hi, 3D Methods! I have the exact same problem as you described: using build 2014.2381, Corona Basic subscriber, an error message “The premium graphics feature(object.fill) is restricted to Pro” when starting the app for the first time and doesn’t re-appear any more after quitting. Did you happen to solve it?

I did not solve it. I managed to shave 20mb off my app so it is just under 50mb. You can try using an older public build, but it seems that the expansion file download screen is still bugged and shown off center.