You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for packet loss measurement for some servers. Added new property packetLoss of type SCPacketLoss to SpeedTestResult.
Added InternetSpeedTest.debugLogsEnabled property which enables debug console logs when set to true.
Updated BackgroundTest configuration logic (support for additional parameters for background jobs, exclusion of particular time periods and max test frequency).
Other under the hood improvements.
Fixed
Removed unnecessary print statement.
Resolved bug where ispName would be wrong because of deprecated functionality.
Breaking Changes
BackgroundTest will not request location permissions anymore. It is left for the user of the SDK to request them at appropriate time.
Deprecations
Deprecated func applicationDidEnterBackground(locationManager: CLLocationManager?) and func applicationDidBecomeActive(locationManager: CLLocationManager?) of BackgroundTest. Logic has been moved to internal part of SDK and there is no more need to use these functions.