목록Swift (221)
HIT해

Liquid Glass 업데이트 버튼이 유리처럼 뒤의 요소들이 비쳐 보이도록 디자인이 변경됩니다. 이 디자인은 WWDC 2025 발표 이전에 '돌하루방' 프로젝트에서 적용하려 했지만, 시간적, 기술적으로 어려워서 결국 제외했던 디자인입니다. 이런 식으로 배경화면이 버튼 뒤로 비치게 만들고 싶었지만, Swift에서 기본적으로 제공하는 opacity만으로는 구현이 어려웠습니다. 버튼과 이미지의 좌표값을 계산해 연하게 표현해야 했는데, 이 작업이 메인 기능이었던 3D 모델 상호작용만큼 오래 걸릴 것 같아 후순위로 미뤄두었습니다. 이번 발표로 해당 디자인을 쉽게 적용할 수 있을 것 같아 기대됩니다. Liquid Glass는 iOS뿐만 아니라 Mac, iPad, Watch 등 모든 Apple 플랫폼에 적용된다고..
https://developer.apple.com/kr/ Apple DeveloperApple 플랫폼에서 개발할 절호의 기회입니다developer.apple.com 문의하기 > 앱 심사 > 빠른 앱 심사 심사를 올려본 경험상 빠른 앱 심사를 신청하면 1시간 30분 뒤에 심사를 시작한다. 기능적 오류 수정이 아닌 UI 문제또는 앱 설명 수정의 경우 빠른 심사를 올리지 않아도 30분 이내에 심사를 시작한다. 새벽 4시에도 심사를 진행하되 주말에는 심사가 들어가지않는다. 심사 시작전 빠른 앱 심사를 여러번 하면 후순위로 밀려나는듯하다.
Issue Description The app requires users to provide personal information that is not directly relevant to the app's core functionality. Apps should only require users to provide information that is necessary for the app to function. If information is useful for a non-essential feature, apps may request the information but make it optional. Examples of app concepts and inappropriate required info..
Issue DescriptionThe app supports account creation but does not include an option to initiate account deletion that meets all the requirements. The process for initiating account deletion must provide a consistent, transparent experience for users by meeting all of the following requirements:- Allow users to complete account deletion without extra steps. Do not require them to create an addition..
The app declares support for audio in the UIBackgroundModes key in your Info.plist, but we are unable to play any audible content when the app is running in the background.Background audio is intended for use by apps that provide audible content to the user while in the background, such as music player, music creation, or streaming audio apps. 문제불필요한 권한이 있음 해결info.plist에서 명시한 권한 삭제
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..

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 앱을 만들면서 ..