How does Fabric Answers send data to the server, should events be submitted periodically or immediately? -
i've used fabric quite few applications, curious performance when single application submits potentially hundreds of events per minute.
for example i'm going using pedometer application, in want keep track of amount of steps users taking in application. considering average user walks 100 steps per minute, wouldn't want application sending several dozen updates server.
how fabric handle this, tell server "hey, there 273 step events in last 5 minutes meta deta" or sent 273 step events.
pedometer applications typically run in background how data fabric without user opening application
great question! todd fabric. these batched , sent @ time intervals , events (like installs) trigger upload of queued events data. can watch our traffic in xcode debugger if curious specifics app.
Comments
Post a Comment