だから私は.hと.mファイルを持つIAPと呼ばれるクラスを持っています。.h は次のようになります。
#import <UIKit/UIKit.h>
#import <StoreKit/StoreKit.h>
@interface IAP : UIViewController <SKProductsRequestDelegate, SKPaymentTransactionObserver, UIAlertViewDelegate>
+(void)myIAPWithItem;
@end
しかし、関数 myIAPWithItem を呼び出すと、エラーが発生します。私はそれを次のように呼びます:
[IAP myIAPWithItem];
また、テストのために外したばかりの項目パラメーターもあります。