If you haven't already, add Adrop to Apple and make sure that Adrop Metrics is enabled in your project
Initialize Adrop
importAdropAds// true for production// If you are using this SDK in specific countries, // pass an array of ISO 3166 alpha-2 country codes.Adrop.initialize(production:false, targetCountries: [])
// AppDelegate.m
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[Adrop initializeWithProduction:NO targetCountries:@[]];
return YES;
}
Log Events
You can log custom event to define the users of your app. Read more about the AdropMetrics.