Skip to main content
Question

Events not showing up when migrating to latest AmplitudeSwift sdk

  • 16 July 2024
  • 1 reply
  • 47 views

We have migrated our iOS app from the old sdk to the latest AmplitudeSwift sdk and the events no longer show up on the dashboard. After enabling the debug logging, we see that that flush events are failing. 

 

Debug: Skipping migrateInstanceOnlyStorages based on STORAGE_VERSION

Debug: Installing NetworkConnectivityCheckerPlugin, offline feature should be supported.

Log: Start flushing 2 events

Log: Start flushing 30 events

Log: Existing upload in progress, skipping...

Log: Existing upload in progress, skipping...

Log: Existing upload in progress, skipping...

Log: Existing upload in progress, skipping...

Log: Existing upload in progress, skipping...

Log: Existing upload in progress, skipping...

Log: Start flushing 30 events

 

We just see thousands of the same “Existing upload in progress, skipping” and “start flushing” over and over again. 

Any thoughts on why the flush is not successful?

1 reply

I’m running into the same issue `Log: Start flushing 2 events`

Reply