목록전체 글 (361)
HIT해
Several screens of the app were crowded, laid out, or displayed in a way that made it difficult to use the app when reviewed on iPad Air (5th generation) running iPadOS 18.5.Next StepsTo resolve this issue, revise the app to ensure that the content and controls on the screen are easy to read and interact with.Note that users expect apps they download to function on all the devices where they are..
Issue DescriptionThe app exhibited one or more bugs that would negatively impact users.Bug description: 카카오톡으로 로그인 and Sign in with Apple buttons were both unresponsive when tapped. We were unable to access your app.Review device details:- Device type: iPad Air (5th generation)- OS version: iPadOS 18.5 문제상황카카오톡 로그인과 애플 로그인 버튼을 눌러도 작동하지 않으ㅡㅁ 해결1. 카카오톡앱이 설치되어 있지 않았을떈 웹 로그인 이동 가능하게 변경 2. 애플 로그인Sign..
HTTP란?HTTP(Hypertext Transfer Protocol)는 웹 서버와 웹 클라이언트가 데이터를 주고받기 위해 사용하는 통신 프로토콜입니다.TCP/IP 위에서 동작하며, HTML, XML뿐 아니라 이미지, 음성, 동영상, JavaScript, PDF 등 다양한 데이터를 전송할 수 있습니다.클라이언트(예: 브라우저)가 서버에 HTTP 요청 메시지를 보내면, 서버는 요청을 처리한 후 HTTP 응답 메시지로 결과를 반환합니다.이때 응답 메시지의 상태 라인에 포함된 상태 코드(status code)를 통해 요청의 처리 결과를 알 수 있습니다. HTTP 상태 코드란?HTTP 상태 코드는 서버가 클라이언트의 요청을 어떻게 처리했는지 알려주는 3자리 숫자입니다.첫 번째 숫자는 응답의 범주를, 나머지 두 ..
안녕하세요, 돌하루방입니다. 앱 사용 중 문의 사항, 불편사항, 버그 신고 및 기타 피드백이 있으시면아래 이메일 또는 구글폼을 통해 연락해 주세요. ✉️ 문의 방법이메일: smyang0220@naver.com구글폼 문의 링크: [클릭]또는 이 글에 비공개 댓글로 작성 부탁드립니다.운영시간: 평일 10:00 ~ 18:00접수된 문의는 순차적으로 답변드리겠습니다. ❓ 자주 묻는 질문(FAQ)Q. 앱이 실행되지 않아요!A. 앱을 삭제 후 재설치하고 실행해보세요. 그래도 안되면 문의해주시면 감사하겠습니다. Q. 안드로이드 폰은 설치가 안되나요?A. 돌하루방은 iOS 어플리케이션으로만 출시된 상태입니다. 차후에 안드로이드 개발 시 안내드리겠습니다. Q. 개인정보는 어떻게 처리되나요?A. 돌하루방 개인정보 처리방침..

https://github.com/markbattistella/HapticsManager GitHub - markbattistella/HapticsManager: HapticsManager is a Swift package that provides a modular and easy-to-use interface forHapticsManager is a Swift package that provides a modular and easy-to-use interface for implementing haptic feedback in your applications. It integrates seamlessly with SwiftUI, enabling you to enh...github.com 앱을 만들면서 ..

상황1.원래는 잘되던 Apple Developer 계정에 팀으로 추가해둔 팀원의 Team에 팀장 계정이 보이지 않고 Pesonal Team 만 표시됨.2.팀장의 Xcode 로컬 프로비저닝 시리얼 번호와 Apple Connect의 Certificates, Identifiers & Profiles > Profiles 에서 발급한 프로비저닝 시리얼 넘버가 다름3. Profiles 에서 팀장 로컬 시리얼 넘버와 동일한 프로비저닝을 만들려고해도 AppID 에 동일한 시리얼넘버가 검색되지않음 4. Identifiers 에서 기존의 Identifier를 지우고 새로 만들려고해도 지워지지않음. 원인공유한 프로비저닝 만료일자가 지났고, 로컬에서는 갱신을 했지만 Apple Connect에는 반영되지 않음 해결방법1.팀장..

https://developers.kakao.com/docs/latest/ko/ios/getting-started#import Kakao Developers카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다.developers.kakao.com 1. 패키지 추가 먼저 SPM(Swift Package Manager)으로 KakaoSDK를 설치한다. Xcode에서 Project Target > Package Dependencies > + 클릭 Repository를 입력해주어야하는데 내 프로젝트는 RXSwift가 아니라 TCA를 사용하기 때문에, RxKakaoSDK가 아닌 KakaoSDK를 선택했다.버전은 2.2.0으로..