Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. import Flurry_iOS_SDK
  2.  
  3. ...
  4.  
  5. func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
  6. // Override point for customization after application launch.
  7. Flurry.startSession("API_KEY_PLACEHOLDER", with: FlurrySessionBuilder
  8. .init()
  9. .withCrashReporting(true)
  10. .withLogLevel(FlurryLogLevelAll))
  11. // Your code...
  12. return true;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement