Skip to content

Commit

Permalink
Flurry key
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed May 26, 2014
1 parent 928e591 commit 846334a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ tmtags
*.sublime-workspace

vendor

provisioning
8 changes: 2 additions & 6 deletions app/app_delegate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ def setup
app_id = App.info_plist['APP_STORE_ID']

# Flurry
# TODO - Put the right id in here.
# NSSetUncaughtExceptionHandler("uncaughtExceptionHandler")
# Flurry.startSession("2ST55ZW4W4RT2X8X6WWQ")
NSSetUncaughtExceptionHandler("uncaughtExceptionHandler")
Flurry.startSession("3V3948P3TTBP2HGPRLCU")

# Appirater
Appirater.setAppId app_id
Appirater.setDaysUntilPrompt 5
Appirater.setUsesUntilPrompt 10
Appirater.setTimeBeforeReminding 10
Appirater.appLaunched true

# Harpy
Expand Down

0 comments on commit 846334a

Please sign in to comment.