AppHubPlatform / apphub

apphub is an iOS client for AppHub
https://apphub.io
Other
206 stars 29 forks source link

App + Extension bundling #25

Open ewindso opened 8 years ago

ewindso commented 8 years ago

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!

ewindso commented 8 years ago

I have a PR for this: https://github.com/AppHubPlatform/apphub/pull/26