Hello All,
I refered to the test criteria that has to be passed before express signing the application. I cam across this point where in the test says that the application does not run in the background on its own.
My application is such that I need to run it in the background. So, I added another option in the settings of my application where in the user could send the application to background. This does not sound user friendly.
How do I pass the test and also run my application in the background? Can anybody explain that test in simple words?



