Hi in my application i am getting the data from server and storing that data in a array and that array i am adding to another array(This array i declared in appdelegate file ). In this manner i am adding so many arrays in appdelegates array. At first it is good and each array count which are available in appdelegate array is expecting result only, but after some time the array's count is changing which are available in this appdelegate array. why it is happening i don't have any idea. if any one have any idea please let me know. Otherwise please suggest any other procedure to store data in this manner like plist or sqlite like that.
Thanks in advance