Skip to content

Commit ab316ad

Browse files
committed
Remove ObjC API tester for experimental custom paywall impression API
@_spi(Experimental) APIs are not visible to ObjC consumers. The ObjC API tester will be re-added when the experimental annotation is removed.
1 parent 172e268 commit ab316ad

3 files changed

Lines changed: 1 addition & 51 deletions

File tree

Tests/APITesters/AllAPITests/ObjcAPITester/RCCustomPaywallImpressionAPI.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

Tests/APITesters/AllAPITests/ObjcAPITester/RCCustomPaywallImpressionAPI.m

Lines changed: 0 additions & 33 deletions
This file was deleted.

Tests/APITesters/AllAPITests/ObjcAPITester/main.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#import "RCTransactionAPI.h"
3232
#import "RCVerificationResultAPI.h"
3333
#import "RCPaywallViewControllerAPI.h"
34-
#import "RCCustomPaywallImpressionAPI.h"
34+
3535

3636
@import StoreKit;
3737

@@ -92,7 +92,6 @@ int main(int argc, const char * argv[]) {
9292

9393
if (@available(iOS 15.0, macOS 12.0, tvOS 15.0, *)) {
9494
[RCPaywallViewControllerAPI checkAPI];
95-
[RCCustomPaywallImpressionAPI checkAPI];
9695
}
9796
}
9897
return 0;

0 commit comments

Comments
 (0)