Questions tagged [android-asset-delivery]

16 questions
3
votes
0 answers

Android .AAB file + PAD cannot be uploaded to Google Play

I am building an app using React Native that involves the use of many assets (specifically .mp4 files). My app is around 430mb. On the Android side, I have followed the Play Asset Delivery official documentation, and I cannot get it to work. I am…
3
votes
5 answers

Android install-time asset delivery access

I am configuring my Android app to use Play Asset Delivery, using the install-time option. I am following the official guide found here Here are my following configurations: In the project setup, I have created an asset_pack directory, including the…
PhilBlais
  • 1,076
  • 4
  • 13
  • 36
2
votes
0 answers

Play Asset Delivery in React Native Android

I have an app it has a lot of audio and image assets, i'm not being able to upload app to Google Play, I want to try to use Play Asset Delivery I followed this blog (faltutech blog article) but I can't find how to use it in React Native, I just want…
2
votes
1 answer

Play asset delivery: How does application upgrade work?

I have an android application with 3 asset packs which are downloaded install time. I have added a file of size 10MB in one of the asset packs. Asset pack size increased from 30MB to 40MB. Will the whole APK gets downloaded again? Or Will the pack…
1
vote
2 answers

Xamarin Forms Play Asset Delivery

I got a game app that is 600mb+ as .aab. Google Console wont let any upload higher than 150mb. I need to somehow use Play Asset Delivery to get my assets to be On Install Time when the app gets installed it fetches the bundle of resources. I do not…
1
vote
1 answer

In-Game Asset Downloads Using Play Asset Delivery - Unity

I am making a game and it is going to have a lot of assets in the game and the download size is going to be very big. I am using the Play Asset Delivery to upload my large game to Play Store. More than 90% of the assets are maps. I have a few maps…
1
vote
0 answers

Can't import Google Asset Delivery (Install-Time)

so I'm following the guide, but it gets error once I imported the asset-pack plugin in the library's gradle. plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' id("com.android.asset-pack") } Error: An exception…
0
votes
0 answers

Is my proposed method of modifying an Android asset-pack zip file to include new icons appropriate and functional?

I am currently engaged in the process of integrating asset_pack delivery within an Android application. To accomplish this, I am following the guidelines provided in the official Android documentation, accessible through the following link:…
0
votes
0 answers

Unable to initialize the Unity Engine in my Android Studio project

I'm using android on demand module where I want to add whole unity project as an on demand module so that app size won't be increased. I'm following this tutorial for implementing on demand…
0
votes
0 answers

How to run app with on-demand asset packs from Android Studio?

I have an asset pack which gets downloaded on-demand. Followed https://developer.android.com/guide/playcore/asset-delivery/integrate-java to integrate it. It is throwing an exception while trying to trigger download…
0
votes
1 answer

How to generate an APK with all assets from asset packs included?

I have android application with asset packs downloading at install time. Now I need an APK(galaxy build) with all the assets from asset packs included in it. I have tried including this in app's build.gradle file if…
0
votes
0 answers

Using Flutter deferred components with an Android export

I have a Unity export inside my Flutter app. The structure is as follows: android/unityLibrary/ I want to load this unityLibrary folder as a deferred component (or any way like it), since its so big and GooglePlay is not accepting the app with this…
Abdelrahman
  • 623
  • 7
  • 13
0
votes
1 answer

Play Asset Delivery in React Native

I have an app but it has a lot of video assets, in order to avoid not being able to upload to Google Play, I want to try to use Play Asset Delivery, but I can't find how to use it in React Native, I just want to separate the videos individually and…
Joe199382
  • 199
  • 1
  • 12
0
votes
0 answers

A .DS_Store file is created when an assetpack is downloaded with play asset delivery

In my app, additional assets are delivered to users through Play Asset Delivery on-demand. However, we found a case where .DS_Store was included in the asset path when downloading the corresponding AssetPack to specific users. ex)…
pistolcaffe
  • 849
  • 1
  • 8
  • 15
0
votes
2 answers

Loading assets from Asset Bundles for Play Asset Delivery in Unity

I am currently maintaining an old project which I would very much like to keep the old code and avoid refactoring of the old code if it's possible. To upload it to google play store, I have used play asset delivery PAD system which is requiring…
Alp
  • 1,863
  • 1
  • 20
  • 38
1
2