我正在我的应用中实现inApp,但在[self.productsRequest start];
之后,没有收到任何回复。
以下是包含Inapp购买的完整代码的两个文件: k7inApp.h k7inApp.m
因为我正在使用ARC,所以我保留了
@property (strong, nonatomic) SKProductsRequest *productsRequest;
@property (strong, nonatomic) SKPayment *payment;
要检查是否有错误,我正在实现错误功能:
- (void)request:(SKRequest *)request didFailWithError:(NSError *)error {
NSLog(@"Error while returning response");
}
然而,这也没有得到调用 任何ssuggestion,应用程序崩溃与exe_bad_access错误?