File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,20 @@ NaverLogin.initialize({
114
114
...
115
115
</array >
116
116
```
117
-
118
117
![ image] ( https://user-images.githubusercontent.com/33388801/196835050-3d887f3c-1d07-4be3-a2cf-27ed18a48691.png )
119
118
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
+
120
131
#### 3. ` AppDelegate ` 의 ` application:openURL:options ` 에서 URL 핸들링 로직 추가
121
132
122
133
네이버 로그인이 성공한 후 우리앱으로 다시 돌아와 URL을 처리하기 위해 필요한 과정입니다.
You can’t perform that action at this time.
0 commit comments