Expansion files in the new Google Play developer console

时光毁灭记忆、已成空白 提交于 2019-11-30 00:30:00

This is a known issue of the Google developer console.

You can't add the expansion file to your first APK.
So if you are uploading for the first time, you will need to generate a second APK with a higher versionCode and upload it again. Only then, you will have the option to add your expansion file in the developer console.

From Google documentation:

Note: If you’re uploading a new app, expansion files can’t be added to the first APK file that you upload.

2018 Answer: The upload dialog for your obb file is hidden on the + sign right to your apk.

It is possible to add the expansion pack (the obb file) in the new Google Play.

When you select an application, you need to switch to "Advanced Mode". Once you've uploaded your apk file, an additional field "Expansion File" will become visible. There you have to upload your obb file. (See Screenshot)

You can now upload an expansion file in the new console, you just have to add an initial dummy .apk. In subsequent uploads, it will let you set the expansion file. You don't have to leave the new view at all. Hope that helps

Andrew

New Developer Console preview

"The following features are not yet supported in the new Developer Console. If you need to use these features, you can click “switch back” at any time to use the old Developer Console.

  • •APK Expansion Files
  • •Multiple APK support
  • •Announcements
  • •IE9 support
  • •Partner channel

We’re working on adding these features and many more, so stay tuned!"

For anyone using Apportable to port your iOS builds to Android, you'll need to ensure you have "expansion_files" listed in the FEATURES of your config json file.

Without this, you won't be presented with the option to upload your OBB file(s) after uploading your APK to the Google Play Dev Console.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!