This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
The main class in this file is the AnalyticsServiceWrapper. It handles any connections to analytics services we | |
use, such as Google Analytics, crash reporting, revenue reporting, etc., and of course Adjust and Revenue Cat. This | |
is fairly old code, which is why it's written as a C++ class that contains Objective-C calls. | |
*/ | |
#import <AdSupport/ASIdentifierManager.h> | |
#import "Adjust.h" | |
#import "Purchases.h" |