Skip to content

Commit

Permalink
Clarify verifyAppReceipt usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hpique committed May 21, 2014
1 parent 410cfd0 commit 9571b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RMStore/Optional/RMStoreAppReceiptVerificator.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ __attribute__((availability(ios,introduced=7.0)))
/**
Verifies the app receipt by checking the integrity of the receipt, comparing its bundle identifier and bundle version to the values returned by the corresponding properties and verifying the receipt hash.
@return YES if the receipt is verified, NO otherwise.
@discussion If validation fails in iOS, Apple recommends to refresh the receipt and try again.
*/
- (BOOL)verifyAppReceipt;

Expand Down

0 comments on commit 9571b15

Please sign in to comment.