You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ Android Google Play and iOS App Store have corresponding guidelines that have ru
251
251
252
252
#### Google play
253
253
254
-
Third paragraph of [Device and Network Abuse](https://support.google.com/googleplay/android-developer/answer/9888379?hl=en) topic describe that updating source code by any method other than Google Play's update mechanism is restricted. Butthis restriction is not apply to updating javascript bundles.
254
+
Third paragraph of [Device and Network Abuse](https://support.google.com/googleplay/android-developer/answer/9888379?hl=en) topic describe that updating source code by any method other than Google Play's update mechanism is restricted. Butthis restriction does not apply to updating javascript bundles.
255
255
> This restriction does not apply to code that runs in a virtual machine and has limited access to Android APIs (such as JavaScript in a webview or browser).
256
256
257
257
That fully allow CodePush as it updates just JS bundles and can't update native code part.
0 commit comments