We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
빌드 환경 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]; 실행시 부터 멈추는 걸 확인했습니다.
The text was updated successfully, but these errors were encountered:
이거 오래된 이슈입니다. 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)]; } 이와같이 변경해야 되더라고요.
Sorry, something went wrong.
No branches or pull requests
빌드 환경
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];
실행시 부터
멈추는 걸 확인했습니다.
The text was updated successfully, but these errors were encountered: