On 19.08.2011 17:08, Anita H. wrote: > Hi, > > I was wondering if Monotouch apps support iOS 3.1.2? My app works great on > all iOS 4 devices, but runs slowly and crashes halfway through the game on > an iPhone 1 running iOS 3.1.2. Unfortunately, I haven't been able to debug > the crash yet, because I can only borrow this iPhone 1 for a short time, and > I don't have access to wireless at the moment. Has anyone experienced > similar issues? Based on the app behavior and the time of the crash, my gut > is telling me that the app is crashing when the garbage collector is called, > but I haven't been able to debug and confirm.
iPhone 1 and 3G only have ~50MB of available memory in the best case. This is less than the half of the memory available on 3GS and less than a forth of an iPhone 4. If you didn't develop for (and test on) these elder devices, you should rather not support them at all. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
