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

특정 폰에서 검은 화면만 나옵니다. #5

Open
guguclub9 opened this issue Apr 5, 2024 · 1 comment
Open

특정 폰에서 검은 화면만 나옵니다. #5

guguclub9 opened this issue Apr 5, 2024 · 1 comment

Comments

@guguclub9
Copy link

빌드 환경
xcode 15.3
unity 2022.3.18f1
navergamesdk 1.3.7

에서 빌드 후 특정폰

디바이스
iPhone 8 Plus
ios 15.6.1

에서만 검은화면에서 넘어가질 않습니다.
에러 메시지는 나지 않지만

NCSDKUnityManager.mm
에서
GLinkViewController *vc = [[GLinkViewController alloc] init];
실행시 부터
멈추는 걸 확인했습니다.

@pokari4628
Copy link

이거 오래된 이슈입니다.
GLinkViewController *vc = nil;

void _InitGLink(const char* clientId, const char* clientSecret, const char* loungeId) {
	if(vc == nil)
        vc = [[GLinkViewController alloc] init];
    [vc setClientId:NNGSDKCreateNSString(clientId) clientSecret:NNGSDKCreateNSString(clientSecret) loungeId:NNGSDKCreateNSString(loungeId)];
}
이와같이 변경해야 되더라고요.

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

2 participants