Thanks for the reply. Can you tell me the exact behavior when Reloads run out? Even 50k seems like a small number, especially if iterating frequently. (A 2nd question: do Reloads block UI, or continue using the old version until background updating is done?)
It looks like I could potentially roll my own updating solution on Trigger using the File API. I didn't realize that Trigger was feature-comparable with PhoneGap + plugins. I'll evaluate a little further.
Reloads will still be applied beyond the limit - you'll just get a nice email from us :). In the future we will charge an overage rate.
Reloads do not block the UI, by default the old version is used until the updating is done. We check and apply updates when the app gains or loses focus, but you can modify the update behavior using the Reload API:
http://current-docs.trigger.io/modules/reload.html#modules-r...
It looks like I could potentially roll my own updating solution on Trigger using the File API. I didn't realize that Trigger was feature-comparable with PhoneGap + plugins. I'll evaluate a little further.