简体   繁体   English

iOS设备测试模式和旧的iOS开发

[英]iOS Device Test Mode and old iOS development

When I was signing up for development program, then in the agreement, I saw a clause which basically stated that if a pre-release software is installed on any device, then that device will be put in test mode. 当我注册开发程序时,然后在协议中,我看到了一条基本上说明如果在任何设备上安装了预发布软件的设备,则该设备将进入测试模式。 So, what exactly is the limitation of a test mode as compared to a device which is in "normal" mode? 那么,与处于“正常”模式的设备相比,测试模式的限制到底是什么? Also, if I install iOS7 in a device (after iOS 7 has been released), then will the device be considered to be in a test mode if I test my application on it ? 另外,如果我在设备上安装了iOS7(在iOS 7发布之后),那么如果我在设备上测试应用程序,该设备是否被视为处于测试模式?

Moreover, if I submit an application which runs on iOS 6 after iOS 7 has been launched, then can that be considered grounds for app rejection ? 此外,如果我提交了在iOS 7启动后可以在iOS 6上运行的应用程序,那么这可以视为拒绝应用程序的理由吗? I will develop app for iOS 7 also. 我还将为iOS 7开发应用程序。 However, that will take some time. 但是,这将需要一些时间。

Thanks 谢谢

As far as I know, there is no limitation in "test mode". 据我所知,“测试模式”没有限制。 If your application is developed for iOS 6, then it should still work on iOS 7 as well, but with the iOS 6 look & feel. 如果您的应用程序是为iOS 6开发的,则它也应该也可以在iOS 7上运行,但是具有iOS 6的外观。 However, it is always best to test it on a real device with iOS 7, of course. 但是,当然最好总是在带有iOS 7的真实设备上对其进行测试。

There's no practical difference once you start using a device for development. 一旦开始使用设备进行开发,就没有实际的区别。 I use my personal iPhone for most of my testing; 我的大部分测试都使用个人iPhone。 it has no effect whatsoever on the utility of the phone. 它对电话的实用性没有任何影响。

On your second question: your app will NOT be rejected simply for supporting iOS 6, or any older version of iOS. 关于第二个问题:您的应用不会仅仅因为支持iOS 6或任何旧版本的iOS而被拒绝。 Apple wants you to write apps that support iOS 7, of course, but they absolutely will not reject an app for supporting older versions; 苹果当然希望您编写支持iOS 7的应用程序,但是他们绝对不会拒绝支持较早版本的应用程序; that would be crazy. 那太疯狂了。

If your app actually failed to work on iOS 7 (once it's released), then obviously that would be a different matter. 如果您的应用实际上无法在iOS 7上运行(一旦发布),那么显然那将是另一回事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM