SlideShare uma empresa Scribd logo
1 de 20
OTA Updates
Apple - Android
Hello!
Jonathan Sedrez
Frontend | ilegra
2
3
Over The Air
WE
B
4
5
O que o usuário precisa
fazer para receber a
atualização?
6
F5
7
Dispositivos
Mobile
8
9
O que o usuário precisa
fazer para receber a
atualização?
10
11
Over The Air
12
IOT
13
React Native
14
15
React Native
Native Javascript
***Atualizações nativas precisam passar pela loja
Como eu sei que tipo de
atualização devo fazer?
16
Se ficou na dúvida use a App store!
Ferramentas para
implementar OTA
17
18
Conclusão
19
Obrigado!
Duvidas?
20

OTA updates

Notas do Editor

  1. Since we, the developers, usually write our logic in JavaScript (which doesn’t have to be compiled and installed) we can just send out a new JavaScript bundle, and once the user downloads it they have the updated logic! No waiting required.