Selaa lähdekoodia

Update README

Andrea Bizzotto 7 vuotta sitten
vanhempi
commit
9f91f6571c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -270,7 +270,7 @@ When an app is first installed, the app receipt is missing.
 
 As soon as a user completes a purchase or restores purchases, StoreKit creates and stores the receipt locally as a file, located by `Bundle.main.appStoreReceiptURL`.
 
-### Retrieve local receipt
+### Retrieve local receipt (encrypted)
 
 This helper can be used to retrieve the (encrypted) local receipt data:
 
@@ -282,7 +282,7 @@ let receiptString = receiptData.base64EncodedString(options: [])
 
 However, the receipt file may be missing or outdated.
 
-### Fetch receipt
+### Fetch receipt (encrypted)
 
 Use this method to get the updated receipt: