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 설정 Readme 내용 수정 #354

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParkDongJo
Copy link

목적

관련 링크가 과거 Legacy 링크로 되어 있으며, 3번 문항은 링크로 뭉쳐서 참고하라고만 하니, 실제로 어떤 설정이 필수적으로 해야하는지를 사용자를 갈팡질팡하게 하는 것 같습니다. 좀 더 상세한 설명이 필요해 보여서, 추가해봤습니다.

상세내용

iOS: kakao-sdk v1 문서 사용하는 부분 수정
iOS: 3문항을 더 상세히 설명

  • Podfile 에 전체 SDK가 아닌 필수 모듈만 명시하도록 설명 #328
  • URL Schemes 와 info 파일에 App key 등록은 링크 안내가 아닌, 실제 설명을 해줌

@hyochan hyochan added the 📖 documentation Improvements or additions to documentation label Nov 26, 2022
Comment on lines +71 to +74
커멘드창에서 재빌드 해줍니다.
```
cd ios && pod install
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npx pod-install

위 명령어가 저는 편하던데 혹시해서 첨언드립니다.

@@ -57,7 +57,28 @@ iOS의 경우 `yarn add @react-native-seoul/kakao-login` 이후 `npx pod-install

2. ios 카카오 sdk 설치 후의 설정과 관련해서는 [공식문서 - 카카오 로그인 > 설정하기](https://developers.kakao.com/docs/latest/ko/kakaologin/prerequisite)를 참고해주세요. 해당 가이드를 통해 카카오 개발자 페이지에서 본인의 어플리케이션을 생성해주세요.

3. [공식문서 - 개발 프로젝트 설정](https://developers.kakao.com/docs/latest/ko/getting-started/sdk-ios-v1) 을 참고하여 `info.plist`, `URL Types` 및 커스텀 스킴 추가 등 기타 필요한 세팅들을 프로젝트에 추가해줍니다. 아래`카카오 네이티브앱 아이디를 적어주세요` 문구를 잘 확인하시여 본인의 Kakao App Key로 변경해주세요.
3. 아래의 `podfile 설정, URL Schemes 설정, 앱 키 등록하기` 등등의 설정을 해주세요. 기타 필요한 셋팅들은 [공식문서 - 개발 프로젝트 설정](https://developers.kakao.com/docs/latest/ko/getting-started/sdk-ios) 을 참고하여 프로젝트에 추가해줍니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아래의 podfile 설정, URL Schemas 설정 이란 표현이 조금 모호한 것 같습니다. 아래와 같이 바꿔보면 어떨까요?
좀더 명확한 문장이 있다면 그걸로 대체해도 좋습니다.

"iOS Podfile을 아래와 같이 수정합니다. URL schemes 설정과 앱 키 등록하기를 함께 참고해주세요."

@hyochan hyochan added the 👣 waiting for response Need feedback to continue label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation Improvements or additions to documentation 👣 waiting for response Need feedback to continue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants