Skip to content

Commit

Permalink
update: 구글 애널리틱스 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
samsung-ga committed Feb 9, 2021
1 parent 30130e7 commit acb4fa3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
4 changes: 0 additions & 4 deletions BeMe/BeMe/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

remoteConfig.fetch(withExpirationDuration: TimeInterval(3600), completionHandler: { (status,error)-> Void in
if status == .success {
print("Config Fetched!")
remoteConfig.activate(completion: nil)

}
else{
print("errrrrrr")
}


})

return true
Expand Down
1 change: 1 addition & 0 deletions BeMe/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ pod 'lottie-ios'
pod 'SwiftyGif'
pod 'SwiftLint'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Analytics'

end
41 changes: 39 additions & 2 deletions BeMe/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
PODS:
- Alamofire (5.4.1)
- Firebase/Analytics (7.5.0):
- Firebase/Core
- Firebase/Core (7.5.0):
- Firebase/CoreOnly
- FirebaseAnalytics (= 7.5.0)
- Firebase/CoreOnly (7.5.0):
- FirebaseCore (= 7.5.0)
- Firebase/RemoteConfig (7.5.0):
- Firebase/CoreOnly
- FirebaseRemoteConfig (~> 7.5.0)
- FirebaseABTesting (7.6.0):
- FirebaseCore (~> 7.0)
- FirebaseAnalytics (7.5.0):
- FirebaseCore (~> 7.0)
- FirebaseInstallations (~> 7.0)
- GoogleAppMeasurement (= 7.5.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/MethodSwizzler (~> 7.0)
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30907.0)
- FirebaseCore (7.5.0):
- FirebaseCoreDiagnostics (~> 7.4)
- GoogleUtilities/Environment (~> 7.0)
Expand All @@ -27,13 +41,31 @@ PODS:
- FirebaseInstallations (~> 7.0)
- GoogleUtilities/Environment (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- GoogleAppMeasurement (7.5.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
- GoogleUtilities/MethodSwizzler (~> 7.0)
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30907.0)
- GoogleDataTransport (8.2.0):
- nanopb (~> 2.30907.0)
- GoogleUtilities/AppDelegateSwizzler (7.2.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.2.2):
- PromisesObjC (~> 1.2)
- GoogleUtilities/Logger (7.2.2):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.2.2):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.2.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.2.2)"
- GoogleUtilities/Reachability (7.2.2):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.2.2):
- GoogleUtilities/Logger
- Kingfisher (6.0.1)
Expand All @@ -51,6 +83,7 @@ PODS:

DEPENDENCIES:
- Alamofire
- Firebase/Analytics
- Firebase/RemoteConfig
- Kingfisher
- lottie-ios
Expand All @@ -64,10 +97,12 @@ SPEC REPOS:
- Alamofire
- Firebase
- FirebaseABTesting
- FirebaseAnalytics
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseInstallations
- FirebaseRemoteConfig
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleUtilities
- Kingfisher
Expand All @@ -83,10 +118,12 @@ SPEC CHECKSUMS:
Alamofire: 2291f7d21ca607c491dd17642e5d40fdcda0e65c
Firebase: fd5e4d2b756292c6e7ee6faac1eb320225d6e97e
FirebaseABTesting: 8d7f24fdf94cd10f06a84c879262a1159e22db28
FirebaseAnalytics: 00b7f74571d346ee1ffb9bf0a2e6f2ffff222bcc
FirebaseCore: 06a2b68af8901f2244eb989419eb89edc3789b4d
FirebaseCoreDiagnostics: ee1184d51da3293335b83355aad20f537acc24cf
FirebaseInstallations: 6e4e77396559bc2ae0504823837ed737b1c7e47f
FirebaseRemoteConfig: 98dac0952e07858dbd70ad0f26d470eb7fa37ee4
GoogleAppMeasurement: 65a1071e5f52f63ab03d0a4d814a54fd762d885a
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
Kingfisher: adde87a4f74f6a3845395769354efff593581740
Expand All @@ -98,6 +135,6 @@ SPEC CHECKSUMS:
SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: b6859a453520c02afd631ddbd9a461ae2d5b5506
PODFILE CHECKSUM: bbd394ecfdbab2e5befc59f8524778a9e7d660ae

COCOAPODS: 1.9.1
COCOAPODS: 1.10.1

0 comments on commit acb4fa3

Please sign in to comment.