javascript - How to implement hot update if IOS is not on the APP Store?
某草草
某草草 2017-06-27 09:19:39
0
3
890

1.Due to some reasons. The project is not on the APP Store. But currently I want to achieve a hot update effect.

2. I saw some hot update tools on the Internet saying that they need some ID in the Store

3.Thank you, great gods!

某草草
某草草

reply all(3)
刘奇

Hot update is to update the App without Apple’s review, and it has nothing to do with whether it is in the App store or not.
It is easiest to use JSPatch to hot update if the App is not on the shelves, JSPatch

三叔

There are mainly two types of hot updates

The first type is based on JS code, which is not blocked by Apple.
The first type can directly modify the internal program code, which is not allowed by Apple.

Based on JS: JSPatch
Directly modify the code: Lebian

大家讲道理

For enterprise-level apps, just use JSPatch, it’s very convenient

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template