launchkit-ios icon indicating copy to clipboard operation
launchkit-ios copied to clipboard

App Extension support

Open kenchung opened this issue 9 years ago • 3 comments

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

kenchung avatar Mar 21 '16 15:03 kenchung

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?

rsattar avatar Mar 21 '16 19:03 rsattar

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. :)

kenchung avatar Mar 23 '16 18:03 kenchung

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

rsattar avatar Mar 23 '16 19:03 rsattar