2

I would like to add dynamic asset delivery feature in my app.I need 3 different asset pack to be added . I read the google documentation on this topic but didn't understand anything.Also there no tutorial on youtube .

  1. Need step by step procedure.
  • Did you ever figure this out? I'm puzzling through use of the [FakeSplitInstallManager](https://stackoverflow.com/questions/62407887/how-do-i-test-play-store-asset-delivery-with-local-testing-and-bundletool) to see if that solves the problem. – John Gorenfeld Jun 24 '20 at 08:08
  • Please explain what you don't understand, I think the official document is detailed enough. – Joe199382 Aug 27 '22 at 10:26

1 Answers1

2

https://github.com/changcsw/PADSameple-Android/blob/master/app/src/main/java/com/example/padsample/MainActivity.java

this sample was very helpful for me + official documentation 1 official documentation 2.

close_file
  • 331
  • 2
  • 5