简体   繁体   中英

is there way to update iOS app without AppStore?

I want to publish my app in AppStore and update that published app without Appstore! I wand send new update directly from server to the app

You can do all the work server side.

For example you can do all your UI from the backend. Sending through JSON all the text , size , space , color , constraints etc... That way you can update your App without the AppStore . But it is a lot of work to implement in the first place.

Same logic can be applied for features within the App, you can disable or activate them from the server too.

But all your App needs to be build that way.

I can't see an other alternative to "update" the App without the Appstore.

It really depends on what kind of update you want to achieve.

如果是二进制更新,则应使用App Store;如果是配置更新,则可以使用Firebase远程配置。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM