Question

I have an idea about updating App without through AppStore:

After publishing, the app has two main functions, loader function and app content function. If I want to fix some little bug, which is only one line code sometimes, or just need to change the background of APP UI, even some logic codes. In tradition solution that is updated the APP to APP store and notify the user to update it.

Is it possible, using the loader function to download changed app content from server?

Does Apple and Android allow to do it?

Thanks a lot.

Was it helpful?

Solution

You can't do that in iOS app. You should submit your next version app to access the new features. If you try to download codes or any other runtime content. Your App should be rejected.

Please refer the apple-review guideline here.

enter image description here

Thanks!

OTHER TIPS

According to the google play Developer-Content-Policy:

An app downloaded from Google Play may not modify, replace or update its own APK binary code using any method other than Google Play's update mechanism.

No, you can not do it. If you want to make any change in the application, you will have to pass through store formalities to distribute the application to end client.

For iOS, you can go with enterprise distribution option, but using that you cant distribute the application outside your Organisation.

For customisable background or UI customisable, you can take help of server to receive configuration from server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top