How does fabric handle being offline?

元气小坏坏 提交于 2019-12-12 12:06:54

问题


I am interested in working with Fabric, how does the api work when not connected to the internet?

I found that firebase (a similar tool to this one) will store the data locally, then do a batch update to the server. However, anything over 72 hours will not be recorded.


回答1:


Mike from Fabric here.

We log the data locally and then send it on relaunch of the app with an active network connection. Answers events older then a week will not be recorded, but crashes will be.



来源:https://stackoverflow.com/questions/43621703/how-does-fabric-handle-being-offline

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!