I want to check Internet connection in my app. So i use Apple's Reachability sample code.
But because of using ARC there are some errors. I correct some of them but other errors still in my code.
How should i solve this problems? Any ideas?
Thnx.
You can disable ARC on a per-file basis.
-fno-objc-arc
Now ARC is disabled for that one file.
Try using this for your ARC version code -> Reachability (iOS) ARCified
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