Last active
August 29, 2015 14:22
-
-
Save ydn/14f73798d7553f918b55 to your computer and use it in GitHub Desktop.
Universal Integration Example
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
- (void)applicationDidFinishLaunching:(UIApplication *)application { | |
if (device is iPAD) { | |
[FlurryAnalytics startSession:@"API Key for iPad project"] | |
} else { | |
[FlurryAnalytics startSession:@"API Key for iPhone project"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
on method signature*
in method signature