문제

Ive submitted my first app and it has been approved. But I have a few issues that i'd like to ask what I should do about.

  1. One of my images/icons that I have in my app showed correctly in my distributed binary at my end (running it in debug simulator from xcode) but on the app downloaded from the app store it is not showing at all?

  2. IPads cannot see my app in their search of the app store?

  3. IOS 4 is needed to run my app. How do i change it so that it can be run on IOS 3 aswell? And if i make it IOS 3 compatible does this mean that it cannot be run in the background at all (i.e. when the close out of my app and go back into it will it restart the entire app)

Also does anyone know whether submitting an update is quicker in the review process than submitting a entirely new app?

Thanks in advance for your help

도움이 되었습니까?

해결책

  1. Thats a QA issue. The simulator is just that and if you want to be sure that your App runs as you expect on hardware then you need to check it on hardware. There are instances of images that decode on simulator but not on hardware.

  2. iPad only runs iOS 3.2 at the mo so if your app runs on 4.0 it wont show up for iPad.

  3. See 2 and no you dont have multitasking in 3.2 so you need to make sure your app state persists across atomic launches. You'll need to remove/conditionally compile any 4.0 only API in your App. If thats a problem wait until November-ish.

  4. Maybe, depends, probably no. Lead time on update/new submission is around 8 days +/- YMMV.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top