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

IOS AppDelegate 설정 (react-native 0.76) #209

Open
mirimiri9 opened this issue Jan 15, 2025 · 0 comments
Open

IOS AppDelegate 설정 (react-native 0.76) #209

mirimiri9 opened this issue Jan 15, 2025 · 0 comments

Comments

@mirimiri9
Copy link

mirimiri9 commented Jan 15, 2025

Description

AppDelegate.mm 에서 application:app 을 application:application 으로 수정해야 동작합니다.
최신 바닐라 react-native 에서 발생하는 것으로 보이니 언급만 부탁드립니다.

Steps to reproduce

// ...
#import <React/RCTBundleURLProvider.h>
// ...

@implementation AppDelegate

// 다른 URL 핸들링 로직이 없는경우
- (BOOL)application:(UIApplication *)application
            openURL:(NSURL *)url
            options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
  return [[NaverThirdPartyLoginConnection getSharedInstance] application:application openURL:url options:options];
}

// ... NSURL ....

Snack or a link to a repository

mirimiri9

React Native Naver Login version

4.0.4

React Native version

0.76.5

Platforms

iOS

JavaScript runtime

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

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

1 participant