XYIAPKit icon indicating copy to clipboard operation
XYIAPKit copied to clipboard

fetchProduct 存在不回调的情况

Open zhenhuamu opened this issue 6 years ago • 1 comments

// 若内存中没有,网络获取 NSSet *set = [[NSSet alloc] initWithArray:@[identifier]]; [self requestProducts:set success:^(NSArray *products, NSArray *invalidProductIdentifiers) { if (products.count > 0) { if (success) { success(products.firstObject); } } } failure:failure]; 在products.count == 0 的情况

zhenhuamu avatar Dec 11 '19 08:12 zhenhuamu

这个自己补充else走失败回调

exorxw avatar Feb 05 '20 06:02 exorxw