Skip to content

Commit a429b7c

Browse files
authored
Update README.md
1 parent e79040d commit a429b7c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,20 @@ NaverLogin.initialize({
114114
...
115115
</array>
116116
```
117-
118117
![image](https://user-images.githubusercontent.com/33388801/196835050-3d887f3c-1d07-4be3-a2cf-27ed18a48691.png)
119118

119+
p.s
120+
Info.plist에 naversearchapp 추가해도 작동이 안된다면 최대개수를 넘은걸 수 있습니다.(최대수 50개)
121+
참조) https://developer.apple.com/documentation/uikit/uiapplication/canopenurl(_:)
122+
<img width="1674" height="422" alt="image" src="https://github.com/user-attachments/assets/b8252109-4e35-46b6-b59a-79b0f1eea651" />
123+
124+
```xml
125+
<array>
126+
...
127+
<string>naversearchapp</string> // 51번째일때에 미작동
128+
</array>
129+
```
130+
120131
#### 3. `AppDelegate``application:openURL:options` 에서 URL 핸들링 로직 추가
121132

122133
네이버 로그인이 성공한 후 우리앱으로 다시 돌아와 URL을 처리하기 위해 필요한 과정입니다.

0 commit comments

Comments
 (0)