Uploading 2 APKs for the same game version

Hello,

I have a game with one OBB file and 2 APK files (for different compatibilty). How can I upload the 2 APK on the PlayStore for the same version?

Cheers!

Maybe you will find this page useful:https://developer.android.com/training/multiple-apks/index.html

You can use my plugin Android Manifest Configurator to make profiles. Then make as many configurations as you want but every APK should have different Store Version (Project Settings -> Platform -> Android -> Store Version). Higher Store Version has more priority than lower Store Version. Then simply upload all versions in Google Play Developer Console and publish.

Example of my uploaded APKs:

Mmh, I’ll try this, I did tought doing this before. Thx :wink:

Thanks, I’ll take a look :wink:

EDIT

Your plugin in not compatible with my engine version… I am sad now :frowning:

if you pack your game content inside your apk and it’s under 100mb its a lot easier to publish to google play - is that possible for you?

My game is 500mb, but I found the solution :wink:

The plugin gives an error when I run the project 4.15

Do you have Launcher or GitHub version of the engine?
If Launcher, did you download precompiled version of plugin from “Releases” tab? Releases · gameDNAstudio/AndroidManifestConfigurator · GitHub