History

3.7.0

  • Added http fallback support
  • Updated fasp 3.7.3
  • Updated all references to OSX to read macOS
  • Added ASTargetRate class for use in target rate getters/setters
  • Modified -[AbstractFaspSession targetRate], -[AbstractFaspSession setTargetRate:], FaspSessionParameters.initialTargetRate, FaspSessionParameters.minTargetRate now accept an ASTargetRate instance rather than an unsigned long long value
  • Fixed bug that caused a crash if -[ASFaspSession stop] was invoked multiple times in quick succession on the same session
  • Fixed bug that prevented -[ASFaspSession stop] from stopping a session that had just lost connectivity
  • Fixed several memory leaks

3.6.3

  • Fixed bug that prevented -[ASFaspSession stop] from working on download sessions

3.6.2

  • Fixed SIGPIPE on lock/unlock of device

3.6.1

  • Added ipv6/nat64 support
  • Added bitcode is included in the ios framework
  • Added swift snippets in the docs alongside objective-c
  • Added swift3 sample and a macOS sample
  • Added ASLogSetLevel() now also available in swift
  • Fixed debug symbols no longer present in the iOS SDK
  • Modified ASLogSetLevel() now accepts a pointer to a component e.g.: ASLogSetLevel(&comp, ASLogLevelDebug).

ASFaspSessionStats