处理storkit2

This commit is contained in:
2025-12-16 13:49:08 +08:00
parent fd0ddfd45a
commit 1651258eec
9 changed files with 245 additions and 75 deletions

View File

@@ -23,7 +23,7 @@
+ (void)kb_configureIAPIfNeeded {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
[[FGIAPManager shared] setConfigureWith:[IAPVerifyTransactionObj new]];
// [[FGIAPManager shared] setConfigureWith:[IAPVerifyTransactionObj new]];
});
}