I'd like to be able to update both the App and Share Extension on it, both are using React Native.
I think I'd just need to use NSURL *containerURL = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"com.something.etc.etc"]; somewhere?
If you have any suggestions or tips I would appreciate it. Thanks!
I'd like to be able to update both the App and Share Extension on it, both are using React Native.
I think I'd just need to use
NSURL *containerURL = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"com.something.etc.etc"];
somewhere?If you have any suggestions or tips I would appreciate it. Thanks!