I've done some research on how to share data between apps. The most appealing approach is to use App Groups but that requires same app ID prefix. I know there are some similar questions on Stack Overflow but I couldn't find a suitable solution for my case.
I am building a framework which provides image and video. My goal is to create a shared cache mechanism so different apps on the same device that use my framework don't have to cache the same content twice. Ideally the cache can be used by different apps developed by different developers. Is this even possible?
Similiar questions: