[ios] Receipt 검증 두가지 방식

Receipt 검증 두가지 방식

Apple Developer Documentation

[ IAP ] 5. Validating Purchases

Overview

Choose a Validation Technique

영수증의 유효성을 검증하는데 두 가지 방법이 있다.

Compare the approaches and determine the best fit for your app and your infrastructure. You can also choose to implement both approaches.

자동 갱신 구독 서비스 할 때 디바이스 검증 방식 vs 서버 사이드 검증 방식

⇒ 서버 검증 방식이 훨씬 유리하다.

Note renewal transactions(갱신)을 포함한 온-디바이스 영수증 검증 방식을 위해선 영수증을 업데이트(refresh)하기 위해 인터넷 연결을 해야만 한다.

Verify Receipts