Skip to content

Commit

Permalink
✅ Chore: Analytics관련 자잘한 코드 수정 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Nov 2, 2022
1 parent 1635227 commit f2b2093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NadoSunbae-iOS/NadoSunbae-iOS/Support/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

#if DEVELOPMENT || QA
Analytics.setAnalyticsCollectionEnabled(false)
#elseif RELEASE
Analytics.setAnalyticsCollectionEnabled(true)
#endif

return true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<CommandLineArguments>
<CommandLineArgument
argument = "-FIRAnalyticsVerboseLoggingEnabled"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
Expand Down

0 comments on commit f2b2093

Please sign in to comment.