I have a small problem but couldn’t find solution for that. I have founded Questions like this but the answers are not upto my requirement or may be i am not able to understand them correctly.
Problem :-
I have my app on app store(Reading PDF and downloading them). It is working fine for downloading small pdf’s and showing them, but when it comes to download large pdf’s my app crashes or abort. One more strange thing my app works fine on simulator with huge pdf’s also but not on devices.
Now, i have made some changes in my code and i wanted to test it on device.I can not deploy it directly on device as i am not having iphone right now. so i want it to upload on appstore for testing purpose without giving it for Apple review.
i want to know the whole procedure how to do it.Starting from whether i have to create a new account for that to how to test it on device.Url’s will also be helpful.
And ya my device is not having any memory issues. Thanks.
Any help will be appreciated.
You wouldn’t sell an experimental piece of equipment in any store, so you also do not upload things for debugging to the app store.
If you want to test it on someone’s device why don’t you just create a provisioning profile and send him the app? Then he can install it through itunes.
Also you should write the data you received ( while downloading ) to the disk every now and then, otherwise you are going to keep having this issue of running out of memory.
Something like: