From 56b9ba72a216ae21ef3bf1c689ee4bbf2ca27d1b Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Wed, 15 Jan 2014 14:20:53 +0100 Subject: [PATCH] Shorten the comment explaining the new method to disable macMd5 tracking --- AdjustIo/AdjustIo.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/AdjustIo/AdjustIo.h b/AdjustIo/AdjustIo.h index c86bfb095..e241f0dd4 100644 --- a/AdjustIo/AdjustIo.h +++ b/AdjustIo/AdjustIo.h @@ -105,11 +105,9 @@ static NSString * const AIEnvironmentProduction = @"production"; + (void)setEventBufferingEnabled:(BOOL)enabled; /** - * Enable or disable MAC Address tracking as MD5 + * Enable or disable tracking of the MD5 hash of the MAC address * - * For security reasons, it might be useful for you to deactivate MD5 Tracking. - * The MD5 is only used for devices that are still using iOS 6 first version - * to overcome an issue with the hard-coded IDFA. + * Disable macMd5 tracking if your privacy constraints require it. */ + (void)setMacMd5TrackingEnabled:(BOOL)enabled;