Closed neilsarkar closed 6 years ago
omfg skitch https://cloudup.com/c5eDaX9cKC3
Lmao!
On Jan 10, 2018 17:47, "Neil Sarkar" notifications@github.com wrote:
omfg skitch https://cloudup.com/c5eDaX9cKC3
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/superseriouscompany/mayte/pull/84#issuecomment-356798037, or mute the thread https://github.com/notifications/unsubscribe-auth/AMNW0Yii8ql0Re6RA9naa69eElwG5rjOks5tJWhBgaJpZM4RaM_e .
Provides a server-controlled kill switch that makes the app unusable except for an app store download link (which will serve as an upgrade path if you already have the app installed)
Hopefully we never need to use this, but having the ability to hard cutoff all legacy clients is critical if we do end up needing it.
The view itself is unstyled, need your help on that. I may also add an api retry if I have time.
You have to run this with https://github.com/superseriouscompany/api.mayte.com/pull/59
In order to get to the view, you can set
minimumVersion
inconfig
on the api to something higher than1.0.0
e.g.1.0.1
or2.0.0
. Or just hardcode the dispatch fromKillswitchProvider
Closes #56