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

433 views Asked by At

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) /data/data/com.example.app/files/assetpacks/font_asset/45/45/assets/.DS_Store

Looking at the working principle of Play Asset Delivery, I know that the asset module is uploaded to Google Play as an .aab file, and it is downloaded and installed, but I do not know in what path the .DS_Store file is added.

can you give me some advice?

0

There are 0 answers