Skip to content

Commit

Permalink
[#1314] naver app 로그인 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Dec 5, 2024
1 parent 3397bd4 commit 1499ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {

// configure NaverThirdPartyLoginConnection
let naverInstance = NaverThirdPartyLoginConnection.getSharedInstance()
naverInstance?.isNaverAppOauthEnable = true // 네이버앱 로그인 설정
naverInstance?.isNaverAppOauthEnable = false // 네이버앱 로그인 설정
naverInstance?.isInAppOauthEnable = true // 사파리 로그인 설정
naverInstance?.setOnlyPortraitSupportInIphone(true)

Expand Down
2 changes: 0 additions & 2 deletions Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>naversearchapp</string>
<string>naversearchthirdlogin</string>
<string>youtube</string>
<string>youtubemusic</string>
</array>
Expand Down

0 comments on commit 1499ec5

Please sign in to comment.