Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload split application binary at Play Store

My game APK file size increased by 100mb so I require to split it. So now I have two files with .apk and .obb extension. But at play store there is no way exist to upload OBB file.

Here is my play store account screenshot:

enter image description here

I have uploaded APK file but where to upload OBB file??

EDIT: After uploading APK file, I can't able to get any option for uploading expansion file. I get this kind of overview about uploaded file.

enter image description here

like image 833
Siddharth Avatar asked Jan 30 '23 00:01

Siddharth


1 Answers

After uploading your APK file, you should see something like this:

enter image description here

Have a look at Add or test APK expansion files:

You can upload new or add existing expansion files to APKs in a draft release.

  1. Go to your Play Console.

  2. Select your app.

  3. On the left menu, click Release management > App releases.

  4. Next to the release type you want to update, select Manage.

  5. Drop or select your app's APK file.

  6. You'll see a list of APKs that are associated with your release. Next to the relevant version code, select the add icon .

  7. Choose whether you want to upload a new file or attach an existing expansion file.

    • If the APK hasn't been published yet, you can change or remove an expansion file by selecting another file or No expansion file. You can't remove expansion files from an existing release.
  8. Select Save.

Read more: Deploying an Android app in Google Play

like image 135
Umair M Avatar answered Jan 31 '23 13:01

Umair M