- Home /
Question by
BenoitFreslon · Jun 22, 2017 at 11:53 AM ·
iospluginxcodenative pluginapp
iOS Plugin - Possible to Register 2 subclasses of UnityAppController with IMPL_APP_CONTROLLER_SUBCLASS
Hello,
I'm using iOS native plugins in my project but I'm also using my own plugin which needs AppEvents. So the other plugin is register a subclass of UnityAppController and my classe too with
IMPL_APP_CONTROLLER_SUBCLASS (MyAppController)
But only one subclass is set instead both. Any tips?
Comment
I know this question has been asked one year ago, but I found the following link. It explains how every iOS plugin should be implemented in order to prevent the conflict :