sitefinitysteve / nativescript-google-analytics

Apache License 2.0
23 stars 14 forks source link

No Config File Instrcutions #47

Open packytagliaferro opened 5 years ago

packytagliaferro commented 5 years ago

In the readme you say to click "Get a Configuration File" which does not exist anywhere on GA pages. For iOS am I supposed to follow these?

Analytics uses CocoaPods to install and manage dependencies. Open a terminal window and navigate to the location of the Xcode project for your application. If you have not already created a Podfile for your application, create one now:

pod init Open the Podfile created for your application and add the following:

pod 'GoogleAnalytics' Save the file and run:

pod install This creates an .xcworkspace file for your application. Use this file for all future development on your application.