views:

23

answers:

1

What is Document directory structure after Updating version of the application ? is it replacing old with new Document Folder ? or it is just updating document folder ?

please help....

+1  A: 

Nothing happens to your Document folder when you install a new version. If you installed files that need to be updated for the new version, you will have to detect it and reinstall your new files from your bundle.

Seamus Campbell
thanks for your answer . here i am facing problem of "EXC_CRASH (SIGABRT) " when i update version. why it happen any idea ?
Abhijeet Barge
Most likely because you've introduced a bug into your new code. Does this happen when you run in the simulator? Is there a message about the exception thrown in the Console window? What's the stack trace look like?
Seamus Campbell
its crashing on iPhone 3GS - iOS 4.0.1and reason printed on console is - "Job appears to have crashed: Abort trap". I downloaded updated version app from app store .
Abhijeet Barge
This is your app, or an app you've purchased? It may solve your problem to delete the app and reinstall it; of course, if it's your code, it would be better to figure out what's wrong.
Seamus Campbell
I tried that I deleted old and then installed new then it works fine .but problem with updating old with new .
Abhijeet Barge