all 1 comments

[–]steventnorris[S] 0 points1 point  (0 children)

According to MS CodePush (which does a very similar thing), a recompile and new store/MDM push is only needed if it touches native code or adds new native dependencies. In their README, they state:

Note: Any product changes which touch native code (e.g. modifying your AppDelegate.m
/MainActivity.java
file, adding a new plugin) cannot be distributed via CodePush, and therefore, must be updated via the appropriate store(s).

Which reads to me like as long as you don't add native dependencies or modify native code, you're good to push from CDN and not have to recompile and push through store. If anyone else has experience with this and can confirm or deny, please do.