Skip to content

Conversation

@leeari95
Copy link
Owner

@leeari95 leeari95 commented Jun 5, 2025

Summary

  • iCloud CoreData 동기화 기능을 완전히 활성화
  • 사용자 데이터를 iCloud에 자동 백업하여 기기 간 동기화 가능
  • 앱 제거 후 재설치해도 데이터 유지

Changes

  • CoreDataStorage.swift: NSPersistentCloudKitContainer 설정 개선
  • AppDelegate.swift: 앱 시작 시 iCloud 계정 상태 확인
  • Localizable.strings: iCloud 동기화 관련 현지화 문자열 추가

Features

  • 🔄 자동 iCloud 동기화
  • 📱 기기 간 데이터 동기화
  • ⚠️ iCloud 계정 상태 모니터링
  • 📡 원격 변경사항 알림

Test plan

  • iCloud 계정이 있는 기기에서 동기화 확인
  • 다른 기기에서 동일한 iCloud 계정으로 데이터 확인
  • 앱 삭제 후 재설치 시 데이터 복원 확인

Closes #65

🤖 Generated with Claude Code

- NSPersistentCloudKitContainer 설정 개선
- iCloud 계정 상태 자동 확인 및 모니터링
- 원격 변경사항 알림 설정
- 동기화 상태 관련 현지화 문자열 추가
- 앱 시작 시 자동으로 iCloud 상태 확인

이제 사용자 데이터가 iCloud에 자동 백업되어 기기 간 동기화가 가능합니다.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[피드백] 앱을 제거해도 체크기록을 저장할 수 있는 기능

2 participants