Skip to main content

Trying to do the getting started, noticed that the documentation seems to be outdated for connection with swift.

 

`amplitude.track("Sign Up")` 

 

Is no longer how to track via latest swift update.

I’m sending my event like this:
 

      amplitude = Amplitude(configuration: Configuration(

          apiKey: "PROVIDED API KEY"

      ))

      let event = BaseEvent(eventType: "Sign Up")

      amplitude.track(event: event)

      print("Sign up event")

With this the
 

Verify your installation in realtime has been “listening” for over 12 hours and have not gotten past this step.  I’ve even tried uploading the test data as a cvs and am still stuck here.  Any help would be appricated.

Be the first to reply!

Reply