■フレームワーク StoreKitを追加する。 #import <StoreKit/StoreKit.h> ■実装 以下のようにしてSKProductsRequestDelegateとSKPaymentTransactionObserverを実装する。/p> HogeViewController.h @interface HogeViewController : UIViewController<SKProductsRequestDelegate, SKPaymentTransactionObserver> { bool isLoading; SKProductsRequest *skProductsRequest; UIActivityIndicatorView *spinner; UIView *loaderBg; UILabel *loaderTitle; } @property b