, :
SKPaymentTransactionStatePurchased
SKPaymentTransactionStateRestored
:
[[VerificationController sharedInstance] verifyPurchase:transaction];
, . . VerificationController.m, :
#warning Validation succeeded. Unlock content here.
#warning VerificationController.m, .
base64, , , , , :
http://www.imthi.com/blog/programming/iphone-sdk-base64-encode-decode.php
When it comes to
KNOWN_TRANSACTIONS_KEY
and
ITC_CONTENT_PROVIDER_SHARED_SECRET
I would also like to know why they are needed, and why and when they are needed.
source
share