Skip to content

Commit

Permalink
Shorten the comment explaining the new method to disable macMd5 tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
wellle committed Jan 15, 2014
1 parent 4044db6 commit 56b9ba7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions AdjustIo/AdjustIo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 56b9ba7

Please sign in to comment.