Skip to content

7.4.9

Compare
Choose a tag to compare
@mbruin-NR mbruin-NR released this 28 Feb 15:40
· 166 commits to main since this release
99ea206

Fixed in this release

  • Fixed events maximum buffer size not maintaining after backgrounding.
  • Fixed issue when /connect has a missing harvest configuration.

Other notes

  • Added the ability to store harvests that previously would be lost if the application doesn't have internet connection. These harvest are then sent after an internet connection is established and the next harvest successfully uploads.
  • Use the + (void) setMaxOfflineStorageSize:(unsigned int)megaBytes; api to set the maximum amount of data that can be stored locally. More info
  • The feature flag NRFeatureFlag_OfflineStorage was added to disable the above mentioned offline storage.