You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: