'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) /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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
