开发者

iPhone updating the UI Contents by a database is acceptable by APP store?

开发者 https://www.devze.com 2023-03-23 01:14 出处:网络
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.

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 sur开发者_如何学Pythone 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.


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,

  1. Be sure the app continues to work acceptably if a download fails or a corrupt/truncated download is received.
  2. Do not include "placeholder" text or images that can be viewed before any download is received.
  3. Be sure there is no ambiguity in your description or review notes that might cause Apple to think the updates contain any sort of executable code.
  4. Make sure that the downloads don't cause your app to violate any of Apple's various guidelines. Particularly trademark/copyright infringement or inappropriate content, and especially if you allow user-generated content to be downloaded (you may well have to moderate user-generated content).


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消