Skip to content

iOS App using SDK 1.1.0 and "IMPL_APP_CONTROLLER_SUBCLASS" will not launch. #30

Closed
@T-Y-GHub

Description

@T-Y-GHub

In order to extend UnityAppController of iOS App, we write as follows.

#import "UnityAppController.h"

@interface MyAppController : UnityAppController
@end

@implementation MyAppController

@end

IMPL_APP_CONTROLLER_SUBCLASS(MyAppController)

However, when I use Firebase SDK 1.1.0, the launched application will stop with a black screen.
Use SDK 1.0.0, the iOS App using "IMPL_APP_CONTROLLER_SUBCLASS" also works fine.

Is this problem known?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions