So I just found out that ARC is only supported for devices running iOS 4.0+.
How does my app (in the store) work on devices running iOS 3.0 then (definitely using ARC)?
I'm so confused.
Solution from below: As long as I don't use zeroing weak references it seems that using ARC still works with iOS 3.x, but Apple just has not guaranteed the result.
ARC is mostly a compile time feature, the compiler inserts the appropiate release
calls. AFAIK only zeroing weak references need runtime support. So as longs as you don't use those you're on thin ice, but it can work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With