views:

25

answers:

3

When I run my app with simulator every thing is ok.also when i run it on device (ipod touch 3G) for the first time,i have no problem but if i close my app and run it again,it hangs(no button working & just i can uninstall it) and if i try to minimize it ios seems out of action(every thing is being black)

how can i solve this problem ?

A: 

Hello

I never had this kind of problem. Maybe it depends on your App... What is your app about ?

What is your SDK Version ? Your OS Version ?

Vinzius
MY APP is a simple app that use timer SDK:4.0.1
And your iPhone OS ? Try updating your SDK ;-)
Vinzius
A: 

Run your application in the simulator with the profiling tools, making sure you check for allocations / releases and if there are any network resources left open.

You haven't said anything about what your app does to give any more help than that, but the development tools will tell you what is going on.

Also when you connect to the iPod, check the crash reports to see what happened

Woody
A: 

have u release any object in appWillTerminate. may be u trying to release object that is already released before the application quit. or u can see the application quit status in nslog if status is not 0 means application is not quitting properly.

pawan.mangal