Open kenchung opened 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?
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. :)
Thanks @kenchung! I'm going to look into this soon.
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 byMixpanel
andXLForm
:https://github.com/mixpanel/mixpanel-iphone/issues/152 https://github.com/xmartlabs/XLForm/pull/523