What to do to make the app “qualified on iOS 4”?

拈花ヽ惹草 提交于 2020-01-06 06:58:22

问题


I have not had much time to read through all the documentation for the 1500 more features included in iOS4, so right now I have 2 questions:

  • If the app is just a usual utility application, what to do to make it "qualified on iOS 4"?
  • If the app uses a timer to refresh all the items on the screen every one minute (requires redrawing of the sub views), what are the changes that have to be done? ( I notice that even though when I quit the application, open it again in a 3GS iPhone, the timer is still generating events).

Update

What I want is the technical part of the story, not the description on the appstore, etc...

E.s. Those applications above have to do something with applicationWillResignActive, applicationDidEnterBackground, applicationWillEnterForeground, applicationDidBecomeActive, etc...


回答1:


This is something that Apple do when testing your app after you submit it via iTunes Connect.

They will test your app on iOS4 and if they decide it works sufficiently, they'll mark it as tested on iOS4.

If, for whatever reason, it doesn't work well on iOS4, they'll reject the app and let you know what was wrong.




回答2:


It's a label given automatically by Apple after they test it on iOS4. You may not actually need to do anything extra to get it.



来源:https://stackoverflow.com/questions/3111297/what-to-do-to-make-the-app-qualified-on-ios-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!