Questions - Symbian signed tests
Hi
Before sending app for Symbian signed tests-
Any info regarding these issues would help me:
1) I use the SwEvent Capability for simulating the "End" key in order to hangup an outgoing call (other ways made trouble or needed other capabilities),
Do you think this could cause problems?
2) What are the necessary things to show during installation ? (license agreement is obligatory? other stuff?)
3) I use MBM for background of my view (not scalabale) - should this cause problems?
Thank you very much !
Re: Questions - Symbian signed tests
1) Shouldn't be a problem, as long as the user is expecting the application to hang up on their calls...
2) Read the test spec. If it isn't in the test spec, you don't have to do it.
3) Yes almost certainly. You need to comply with the scalable UI guidelines.
Re: Questions - Symbian signed tests
3. Requirement GEN-03 says that the app has to respond correctly to orientation switches. If the testing device only supports one orientation, this shouldn't be a problem.
Unless this has changed lately, Symbian Signed testing is always performed on one specific device, so there's no need to support different screen resolutions to pass the tests. The Symbian Signed criteria document isn't clear on requirement GEN-03, though. It lists all the resolutions in the Appendix, but it doesn't state that an app has to support all resolutions.
Re: Questions - Symbian signed tests
Thank you both
I now work on adapting tha background to different screen sizes.