How to remove cache files

Please provide the following:

  1. SDK Version: 45.0.0
  2. Platforms(Android/iOS/web/all): Android / iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

hello.
I submitted my app for a vulnerability assessment and was advised that the following cache files should be regularly deleted.

Android
/{applicationId}/app_webview/Cookies
iOS
/AppData/Library/Caches/{bundleId}/Cache.db

Can anyone tell me how to remove these in a managed workflow?

For managed workflow, run yarn ios -c.

For bare workflow, do the same thing. It is OK if it exits with errors. The js bundle cache is cleared now. Now run yarn ios.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.