Testing background task expiration; lowering backgroundTimeRemaining?

2010-07-13 Thread Manfred Schwind
Hi, is there some way to lower UIApplication's backgroundTimeRemaining property for testing purposes? I want to test the correct behaviour of an App doing some lengthy processing in the background when the background time expires, but I always have to wait 10 Minutes for the timeout ... that's

Re: Testing background task expiration; lowering backgroundTimeRemaining?

2010-07-13 Thread Fritz Anderson
On 13 Jul 2010, at 2:51 AM, Manfred Schwind wrote: is there some way to lower UIApplication's backgroundTimeRemaining property for testing purposes? I want to test the correct behaviour of an App doing some lengthy processing in the background when the background time expires, but I always

Re: Testing background task expiration; lowering backgroundTimeRemaining?

2010-07-13 Thread Manfred Schwind
is there some way to lower UIApplication's backgroundTimeRemaining property for testing purposes? I want to test the correct behaviour of an App doing some lengthy processing in the background when the background time expires, but I always have to wait 10 Minutes for the timeout ... that's