promotedai / ios-metrics-sdk

iOS client library for Promoted.ai metrics tracking.
MIT License
7 stars 1 forks source link

Automatically flush logger when resigning foreground #138

Closed yunapotamus closed 3 years ago

yunapotamus commented 3 years ago

This will cause us to call metricsLogger.flush() automatically when the app resigns foreground (ie. the user switches away from it). Before, clients had to do this manually.