Android app bundles with asset delivery [v4]

Has anyone successfully configured app bundles using an install time asset pack with v4?
At the moment I’m able to build an app bundle with no issues but I’m still figuring out how to handle assets.

I’m having trouble setting up the play core native sdk.

Ok, so after some more hours I was able to fix it.

The issue with the play core native sdk was because the java play core sdk was also being loaded by my project for push notifications.

The next problem was assets weren’t being found… after some testing I realized I was including the Resources/ folder in the asset pack instead of the contents inside Resources/… so yeah, it was my fault :smiley:

Obviously this is only for install-time asset packs.

1 Like