We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler
1 parent 4c130ee commit 7231bf7Copy full SHA for 7231bf7
1 file changed
Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m
@@ -9,6 +9,8 @@
9
10
#import "PFPurchaseController.h"
11
12
+#if TARGET_OS_IOS || TARGET_OS_TV
13
+
14
#import <StoreKit/StoreKit.h>
15
16
#if __has_include(<Bolts/BFTaskCompletionSource.h>)
@@ -237,3 +239,5 @@ - (PFPaymentTransactionObserver *)transactionObserver {
237
239
}
238
240
241
@end
242
243
+#endif
0 commit comments