7.4.9
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.