On a fresh install, device-authed REST calls (e.g. /v2/devices/fiat/assets/buy) can fire before the device is registered and return 404 "Device not found".
iOS already waits for registration before such calls; Android has no equivalent. Add the same registration preflight on Android.
Related: #501 (the WebSocket side of the same race).
On a fresh install, device-authed REST calls (e.g.
/v2/devices/fiat/assets/buy) can fire before the device is registered and return 404 "Device not found".iOS already waits for registration before such calls; Android has no equivalent. Add the same registration preflight on Android.
Related: #501 (the WebSocket side of the same race).