SWM-99-degree / jariBean

SWM 14th JariBean Project
0 stars 1 forks source link

[FEAT] 회원가입된 계정 탈퇴 로직 구현 #181

Closed isayaksh closed 1 year ago

isayaksh commented 1 year ago

✏️ Description

이전 계획은 회원 탈퇴 방법을 꽁꽁 숨겨서 회원 탈퇴를 사용자가 할 수 없도록 막으려고 하였지만, Apple social login의 경우 회원 탈퇴 기능을 구현하지 않으면 App Store에 해당 앱을 업로드할 수 없다.


iOS APP 심사 중 아래와 같은 사유로 심사 리젝

Upcoming Requirement Reminder Note: This is a support message regarding upcoming requirements that may be relevant for your app.

Starting June 30, 2022, apps submitted to the App Store that support account creation must also include an option to initiate account deletion.

We noticed this app may support account creation. If it does not, you may disregard this message. If it already offers account deletion or you’re working to implement it, we appreciate your efforts to follow the App Store Review Guidelines. Apps submitted after June 30 that do not comply with the account deletion requirements in guideline 5.1.1(v) will not pass review.

Learn more about the account deletion requirements. If your app offers Sign in with Apple, use the Sign in with Apple REST API to revoke user tokens.


따라서 사용자가 원한다면 계정 탈퇴를 할 수 있도록 기능을 구현하였다.