-
Notifications
You must be signed in to change notification settings - Fork 3
[Feat] #7 - 카카오 로그인 구현 #9
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
74159fd
Merge remote-tracking branch 'spark_origin/develop' into develop
L-j-h-c 399a527
Merge remote-tracking branch 'spark_origin/develop' into develop
L-j-h-c dc6471d
[Chore] #7 - 카카오SDK 라이브러리 추가
L-j-h-c bf8bd5f
[Chore] #7 - info.plist 세팅 및 URLschemes 설정
L-j-h-c 4e9fcfb
[Feat] #7 - appdelegate 및 scenedeleagate 코드 추가
L-j-h-c 679042f
[Feat] #7 - 카카오톡 로그인, 계정 로그인 구현
L-j-h-c 9dfb1b4
[Feat] #7 - 로그아웃, 연결끊기 구현
L-j-h-c acf38a6
[Feat] #7 - 토큰 보유 확인 기능 구현
L-j-h-c 0dc7fce
[Feat] #7 - 생일, userId, 프로필이미지 받아오기
L-j-h-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'Practice-JH' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for Practice-JH | ||
pod 'KakaoSDKUser' # 카카오 로그인 | ||
pod 'KakaoSDKUser' # 사용자 관리 | ||
pod 'KakaoSDKCommon' | ||
|
||
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
PODS: | ||
- Alamofire (5.4.4) | ||
- KakaoSDKAuth (2.8.4): | ||
- KakaoSDKCommon (= 2.8.4) | ||
- KakaoSDKCommon (2.8.4): | ||
- KakaoSDKCommon/Common (= 2.8.4) | ||
- KakaoSDKCommon/Network (= 2.8.4) | ||
- KakaoSDKCommon/Common (2.8.4) | ||
- KakaoSDKCommon/Network (2.8.4): | ||
- Alamofire (~> 5.1) | ||
- KakaoSDKCommon/Common (= 2.8.4) | ||
- KakaoSDKUser (2.8.4): | ||
- KakaoSDKAuth (= 2.8.4) | ||
|
||
DEPENDENCIES: | ||
- KakaoSDKCommon | ||
- KakaoSDKUser | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Alamofire | ||
- KakaoSDKAuth | ||
- KakaoSDKCommon | ||
- KakaoSDKUser | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9 | ||
KakaoSDKAuth: b9b693995f98b1821ccd22b39d383e1dede5ca45 | ||
KakaoSDKCommon: 33c9902ee9ce13e9d1cac3549896406229836ff5 | ||
KakaoSDKUser: d878977e0ba6b365cfeac3b6319cdf4231713bea | ||
|
||
PODFILE CHECKSUM: cf4a938ceb4415e66e1c9c249ea342ba3f940cc0 | ||
|
||
COCOAPODS: 1.11.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+20.8 KB
...deproj/project.xcworkspace/xcuserdata/junholee.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
.../Practice-JH.xcodeproj/xcuserdata/junholee.xcuserdatad/xcschemes/xcschememanagement.plist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>Practice-JH.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>5</integer> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Practice-JH/Practice-JH.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Practice-JH/Practice-JH.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇다구 하는데
사용자 인증 역할을 하는 'KakaoSDKAuth' 도 필요해요!
그런데
KakaoSDKUser
만 적어줘도 auth, common, user 이렇게 세개가 인스톨되더라구요 그래서 정상적으로 임포트를 할 수 있었던 것 같습니당!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아아 이런 실수를,,,,ㅋㅋㅋㅋㅋㅋㅋ...
그래도 덕분에 kakaoSDKUser를 임포트하면 auth, common, user가 인스톨된다는 점 알아갑니다!