Does an app compiled with base sdk 5.0 will work on iOS4.x ?
I have made deployment target to 4.0. Will ARC work on iOS4.x devices. Is there a way to support both in a same app? If I am using ARC in iOS5, will memory management occur properly in iOS4.x devices?