What is the function of mobileassetd daemon process on iOS? -


i'm curious , guess it's background service loading/caching application assets images.

"assets" internal ios mechanism download data on demand. it's not available third-party apps; it's used apple. mobileassetd daemon in charge of managing , downloading assets when other apps ask them.

the main example of assets dictionaries (as in, user see word definitions). looking @ directory downloaded assets stored, seems there's fonts, timezone database, firmware accessories (like lightning hdmi adapter), voice recognition data hey siri feature, etc. ota updates of ios firmware assets.

this has nothing "asset catalogs" feature see when developing third-party ios applications.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -