N
N
nanosem2018-03-04 19:45:54
iOS
nanosem, 2018-03-04 19:45:54

How to make an iOS application able to update itself without the AppStore?

Hello!
Perhaps someone knows how to update an ios application without the participation of the AppStore?
I will be happy to discuss.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Globak, 2018-05-16
@maximglobak

Apple does not allow changing the functionality of the application without review (review).
Everything else can be moved to the server side (colors, text, pictures)
I once made an application where one of the screens consisted of a table, I had the cells as part of the screen (some kind of module) and the position and configuration of these cells was set from the server . True, I must say that the application was in-hous and did not go through the AppStore, but the wave is a working version.
The second option is to look towards PWA, React-native and something like that. JSers love hot reload and most likely there is already something for this.
More recently, an article was published on how Instagram made a hot reload for a native application, I think you will be interested.

D
doublench21, 2018-03-04
@doublench21

No way! If your update affects binaries that need to be recompiled.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question