Hi
I want to share data between host app and network extension on macOS 10.15.5.
As per the document, Adding App group in entitlments and using containerURLForSecurityApplicationGroupIdentifier are entry points.
But containerURLForSecurityApplicationGroupIdentifier returns different locations. network extension returns "/var/root/Library/Group Containers/...". App returns ~/Library/Group Containers/..."
I think, the API's fundamental behavior is correct.
Could you please suggest how to share preferences between App Host and Network extension?
Regards,
Anand Choubey