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

sharedApplication delegate should only be called on the main thread #39

Open
jrahaim opened this issue Jun 8, 2017 · 2 comments
Open

Comments

@jrahaim
Copy link

jrahaim commented Jun 8, 2017

{
    NSObject<UIApplicationDelegate>* delegate = [UIApplication sharedApplication].delegate;
    UnityAppController* currentUnityController = (UnityAppController *)[delegate valueForKey:@"currentUnityController"];
    return currentUnityController;
}
@mackonen
Copy link

mackonen commented Jan 16, 2018

This is causing a runtime crash on iOS11. Couldn't figure out how to change the UI calls to the main thread. Anyone solved this issue?

@SilviyaRepo
Copy link

Am facing this issue now. Do you have any solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants