Reputation: 11865
My iPhone/iPad app will connect to a remote database and will download a zip file including images or an xml file defining some layouts.
I am not sure does Apple store allows us to download new UI content and update the app ourselfs, if someone can tell me which points below are acceptable and which are not, could be great!
1-Changing the image of splash screen
2-Changing the images of buttons(next, back, main menu..), navigation bar, navigation toolbar.
3-Changing only the color of the buttons
3-Changing the background image of UIviews.
4-Changing the company logo in the navigation Bar.
5-Changing the texts of the buttons.
6-Changing the fonts and colors of texts.
For instance app can download a very bad button image which does not fix any where and texts should overflow the labels..etc. I'm changing view of the application to something different other than it is first accepted. You think it is risky to build this way or limit the users on to which extend they can modify the app
Also the content will always change but I dont think it is a problem.
Thank you.
Upvotes: 0
Views: 127
Reputation: 94844
Changing any of those (except a "splash screen" displayed using Default.png, which you cannot change as it is built into the app bundle) is not necessarily against the App Store guidelines, but of course the final decision is up to Apple. However,
Upvotes: 2
Reputation: 25144
One thing you can't change for sure is the splash screen, as the Default.png image is stored inside your app bundle, and no change is permitted therein.
Upvotes: 2