Skip to content

Pagination and local persistance for cloud attachments

Compare
Choose a tag to compare
@bartlomiejolma bartlomiejolma released this 14 May 12:52
· 36 commits to master since this release

Added

  • Estimote Monitoring is supporting pagination. Previously you could fetch only up to 100 attachments.
  • Local persistance for cloud attachments. Now the EPXProximityObserver will fetch data from the cloud on every startObserving() if the network is available. If not, it will use the locally persisted data. This way you can start scan without the internet access, provided that you have launched it at least once when network was available.