Trigger.io: can I force a reload for all files and/or reset the reload history? -


let me explain little bit:

i'm using cdn push reloads, due issues i've had trigger's reload infrastructure. reason, latest reloads i'm pushing don't seem getting through app.

i don't 100% understand how reloads work (i suspect go kind of queue in order push reloads), suspicion it's because 1 of reloads in queue got overwritten or deleted cdn, .apk (it's android app) looking update no longer exists on server, , isn't skipping ahead future updates.

anyway, question is: can wipe slate clean somehow, apps stop looking reload?

or, there way force apps latest pushed reload? know reloads work changed files, there way "this latest official version" , force apps reload one?

update: think might have active configuration i'm pushing to. there way determine config id (i.e. 1 users using) in reload panel matches reload or manifest file have on cdn, know version users on?

first, little background: when device checks reload update, contacts trigger.io server find out most recent applicable reload update is, , stored.

in case, point device towards manifest file stored in cdn, , files referenced downloaded , swapped in.

so, apps automatically pick latest pushed reload. if reload update deleted or corrupted in cdn, still go trigger.io server fixing problem case of re-pushing newer reload update.

there's no "out-of-the-box" way connect manifest files correspond config id. 1 approach install app built relevant config id, , let reload update occur. if @ debug log output reload happening, can see files getting downloaded, , why.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -