following the documentation:
First, you'll need a Google Analytics tracking ID to track application usage using the SDK.
The latter continues to add header files (GAI.h, GAITracker.h, GAITransaction.h and GAITransactionItem.h) and libGoogleAnalytics.a to your Xcode. Your application should link the following structures: 1- CoreData.framework 2- SystemConfiguration.framework
Note. To use the library version with intact debugging symbols, link to libGoogleAnalytics_debug.a instead of libGoogleAnalytics.a. This can be useful if you experience exceptions or failures that occur in the SDK.
BR
poa
source share