This week, we will continue the topic by learning about StoreKit views in SwiftUI. The StoreKit 2 introduces SwiftUI views, allowing us to quickly build paywalls or digital product shop screens.
When writing a native macOS app, developers need to decide which UI framework to write new code in. AppKit, whose origins date back to 30yrs+ ago, feels like a dinosaur soon to be retired with the shiny SwiftUI waiting around corner to take over.
생체인증(face ID)을 시도하는 함수를 호출할 때마다 생체인증 체크하는 화면을 띄우고, 그리고 기기에 등록된 유효한 얼굴인지 체크하게 하고 싶습니다. 현재 문제는 인증이 성공된 후 최소 하루 정도는 무조건 성공으로 처리 해 버립니다. 예를 들어 "인증완료" 라는 세션 같은것을 적용 해 버리는 듯 합니다. 어떻게 해야 할까요?