Created
September 11, 2019 23:13
-
-
Save flurrydev/4f527e109016c11fe0a4b7c39f8e5a10 to your computer and use it in GitHub Desktop.
Track User Demographics
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
| [Flurry setUserID:@"USER_ID"]; | |
| [Flurry setAge:20]; | |
| [Flurry setGender:@"f"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment