Hi All,
Need some help with Android expansion files. We’ve submitted our app twice for Alpha testing and it got rejected both times. Issue seems to be caused by the expansion files. I’ve followed the steps in this blog post, https://coronalabs.com/blog/2013/04/17/expansion-file-support-for-android/, which are:
-
Updating your build.settings
settings = { android = { usesExpansionFile = true, usesPermissions = { “android.permission.INTERNET”, “com.android.vending.CHECK_LICENSE”, “android.permission.WRITE_EXTERNAL_STORAGE” } } }
-
Add your Google license key in config.lua
application = { license = { google = { key = “Your key here” } } }
-
I also made sure to upload the .obb files in the Google Play Console
Anything that we might have missed? And is it possible to test expansion files locally?
I’ve attached some screenshots of the error encountered by the testers in Google.