Skip to content

Ios 로그인 완료시 page not founded 에러 #231

@dbswnstn

Description

@dbswnstn

Description

Ios 로그인 완료시 page not founded 에러

public override func application(
_ app: UIApplication,
open url: URL,
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
) -> Bool {
if (url.scheme == "navertest" && NidOAuth.shared.handleURL(url)) {

  return true  
}
return super.application(app, open: url, options: options) || RCTLinkingManager.application(app, open: url, options: options)

}

Snack or a link to a repository
none

React Native Naver Login version
4.2.2

React Native version
0.81

Platforms
iOS

JavaScript runtime
Hermes

Architecture
None

Build type
Release mode

Device
Real device

Device model
No response

Acknowledgements
Yes

Expo 54, naverlogin 4.2.2 둘다 최신버전 사용중입니다.

해당 코드에서 "return true"를
가이드 대로 직접 수정해야 로그인 완료후 에러가 안납니다.

근데 Expo eas 빌드시애는 재가 직접 수정한 스위프트 파일을 반영이 안되어서요..

도움 부탁드립니다!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions