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?
↧