rsattar / launchkit-ios

Useful tools you need to launch your iOS app. http://launchkit.io
Other
65 stars 13 forks source link

App Extension support #12

Open kenchung opened 8 years ago

kenchung commented 8 years ago

There are many references to [UIApplication sharedApplication] in the Launchkit iOS library, which is forbidden in App Extension context. It would be great if Launchkit can be used for app extensions. Here are some examples by Mixpanel and XLForm:

https://github.com/mixpanel/mixpanel-iphone/issues/152 https://github.com/xmartlabs/XLForm/pull/523

rsattar commented 8 years ago

Hey @kenchung

Thanks for the feedback. It's on my list to let LaunchKit's SDK be includable in an app extension, though currently it wouldn't be super useful within that context, besides Super Users. Which of the LaunchKit SDK tools were you hoping to use within an app extension?

kenchung commented 8 years ago

I was hoping to use it for both Super Users and CloudConfig. I think it would be great if each of LaunhKit products can be used a la carte without UIApplication dependency. :)

rsattar commented 8 years ago

Thanks @kenchung! I'm going to look into this soon.