Shared App Group with compiled binary framework provided to 3rd party developers

Lets say I have App A with App Group G.

Is it possible to build and distribute a compiled binary framework F that lives within App Group G that can be used by 3rd party developers (not the same team)?

My use case:

A provides some local on-device data collection service (read & write).

F provides an API to write to As data collection (write only).

3rd party developer should be apple to write data through F but not be able to read such data. I do not want to use a web server.

Replies

Hi,

App Group is designed to be a shared container for multiple apps from the same team. It's an app capability so I don't think you can apply it to a compiled binary framework.

Add a Comment