iOs: Swift Google Analytics -


i new ios development , implement google analytics (swift).

it appears there missing information on implementing google analytics in swift on google's instruction page:

enter image description here

it seems import statement above incorrect, can assist me missing/correct statement?

exta info:

  • i come java background , ides use import you, please excuse stupidity.
  • i have cocopods installed, , use other pods: almofire, fabric, swiftyjson etc
  • i developing ios 8
  • instructions above this, clear , working. installing pods/config file etc

if in pods folder in xcode can see available pods there. of them have file contains import statements files needed. in case analytics.h file in pods/google/analytics/

i'm guessing that, import file in bridging header (which hope have, if not let me know), can use #import "google/analytics.h".

it says little bit lower on page, import <google/analytics.h> header.

picture showing text on google page


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -