Questions tagged [ios-app-group]

The iOS App Group Container serves as a secure location to share data with authorized applications. Its primary purpose is facilitating the transfer of information between the main app and a collaborative extension.

Steps to create a React Native application for testing purposes without relying on local dependencies

I am new to developing react-native apps and I have a question about sharing developed apps with other developers without local dependencies. Do we need an Apple developer account for a test build to be shared on iOS? How can this test build be created so ...