Question

Getting started: connect your first app

  • 3 April 2024
  • 0 replies
  • 15 views

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.


0 replies

Be the first to reply!

Reply