苹果iOS IAP范例代码 #import #import @interface CBiOSStoreManager : NSObject { int buyType; NSString* _buyProductIDTag; } + (CBiOSStoreManager*) sharedInstance; - (void) buy:(NSString*)buyProductIDTag;