Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Extension support #12

Open
kenchung opened this issue Mar 21, 2016 · 3 comments
Open

App Extension support #12

kenchung opened this issue Mar 21, 2016 · 3 comments
Assignees

Comments

@kenchung
Copy link

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:

mixpanel/mixpanel-iphone#152
xmartlabs/XLForm#523

@rsattar
Copy link
Owner

rsattar commented Mar 21, 2016

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
Copy link
Author

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
Copy link
Owner

rsattar commented Mar 23, 2016

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

@rsattar rsattar self-assigned this Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants