react native - under the hood and app live updates without app store approval

10
© Copyright 2016, Neudesic. All rights reserved. React Meet Up #17 https :// React Native: Under the Hood and Live Updates Suresh Balla – Principal Consultant

Upload: suresh-balla

Post on 12-Apr-2017

327 views

Category:

Technology


2 download

TRANSCRIPT

© Copyright 2016, Neudesic. All rights reserved.

React Meet Up #17

https://

React Native: Under the Hood and Live UpdatesSuresh Balla – Principal Consultant

© Copyright 2016, Neudesic. All rights reserved. 2

Neudesic and Mobility

ECMA Script 6

© Copyright 2016, Neudesic. All rights reserved. 3

How it works?

JSJavaScript Core /

v8 engineNative Bridge C+

+/Java

© Copyright 2016, Neudesic. All rights reserved. 4

• Apple AppStore average approval time – 6 days• Google Playstore average approval time – 1 day

Live Updates?

© Copyright 2016, Neudesic. All rights reserved. 5

3.3.2 Except as set forth in the next paragraph, an Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and interpreters are packaged in the Application and not downloaded. The only exceptions to the foregoing are scripts and code downloaded and run by Apple's built-in WebKit framework or JavascriptCore, provided that such scripts and code do not change the primary purpose of the Application by providing features or functionality that are inconsistent with the intended and advertised purpose of the Application as submitted to the App Store

https://developer.apple.com/programs/information/Apple_Developer_Program_Information_8_12_15.pdf

Solution?

© Copyright 2016, Neudesic. All rights reserved. 6

Demo - RTCRootView

© Copyright 2016, Neudesic. All rights reserved. 7

CI/CD Workflow

GItHub CircleCI AppHub or CodePush

Run tests, build app

© Copyright 2016, Neudesic. All rights reserved. 8

AppHub Demo

© Copyright 2016, Neudesic. All rights reserved. 9

© Copyright 2016, Neudesic. All rights reserved.

THANK YOU