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 · 1 comment
Open

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

mirimiri9 opened this issue Jan 15, 2025 · 1 comment

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

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@github-actions github-actions bot added the Stale label Feb 26, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2025
@mym0404 mym0404 reopened this Mar 25, 2025
@github-actions github-actions bot removed the Stale label Mar 26, 2025
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