Skip to content

Releases: aptabase/aptabase-swift

0.3.11

06 Oct 05:29
cfd67fa
Compare
Choose a tag to compare

fix: events logged only as debug #27

  • Reverts previous change which caused RELEASE data not to show up
  • Adds an option to explicitly set the tracking mode to Debug or Release. Not setting this option will fallback to the previous reading of environment value.
  • Setting to release
    Aptabase.shared.initialize(appKey: "", options: InitOptions(trackingMode: .asRelease))

  • Setting to debug
    Aptabase.shared.initialize(appKey: "", options: InitOptions(trackingMode: .asDebug))

  • Setting omitting the value, same as setting to .readFromEnvironment:
    Aptabase.shared.initialize(appKey: "")
    Aptabase.shared.initialize(appKey: "", options: InitOptions(trackingMode: .readFromEnvironment))

0.3.10

09 Aug 10:36
Compare
Choose a tag to compare
  • Fix isDebug environment for multiple non RELEASE build configs #24

0.3.9

14 Jun 17:42
Compare
Choose a tag to compare
  • Fix device model for Mac #22
  • Fix application hang/crash #19

0.3.8

22 Mar 16:47
Compare
Choose a tag to compare
  • Add deviceModel

0.3.7

08 Feb 19:48
Compare
Choose a tag to compare
  • Add support for visionOS

0.3.6

23 Nov 14:56
Compare
Choose a tag to compare
  • Fix bad formatting in podspec

0.3.5

23 Nov 13:51
Compare
Choose a tag to compare
  • Only include .h, .m, .swift files in the podspec

0.3.4

03 Nov 21:18
Compare
Choose a tag to compare
  • Use new session id format

0.3.3

07 Oct 12:45
64e60d8
Compare
Choose a tag to compare
  • Added Privacy Manifest (PrivacyInfo.xcprivacy)

0.3.2

05 Oct 17:01
422c566
Compare
Choose a tag to compare
  • Dropped support for Swift 5.6
  • Added automated tests for Xcode 14+