iOS does not allow users to clear the cache of an individual app (like android). This requires manually deleting and reinstalling the app each and every time to completely clear the cache. I would like to programmatically delete and reinstall apps via the command line. I am able to delete. However, I have not found a way to redownload/reinstall apps. Archiving of ios apps is also no longer allowed (e.g. ideviceinstaller -a )
I have already attempted a few third party tools to no avail.
Is there any way to access the iOS app store via direct download link? Any other recommendations for achieving this "clearing of cache" on individual iOS app store apps would be appreciated.