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.
2 parents 7ae5027 + 74d451a commit b99ac42Copy full SHA for b99ac42
Parse/Internal/ParseManager.m
@@ -33,7 +33,7 @@
33
#import "PFInstallation.h"
34
#endif
35
36
-#if TARGET_OS_IOS
+#if TARGET_OS_IOS || TARGET_OS_TV
37
#import "PFPurchaseController.h"
38
#import "PFProduct.h"
39
@@ -78,7 +78,7 @@ @implementation ParseManager
78
#if !TARGET_OS_WATCH && !TARGET_OS_TV
79
@synthesize pushManager = _pushManager;
80
81
82
@synthesize purchaseController = _purchaseController;
83
84
@@ -397,7 +397,7 @@ - (void)setAnalyticsController:(PFAnalyticsController *)analyticsController {
397
});
398
}
399
400
401
402
#pragma mark PurchaseController
403
0 commit comments