I finished my app last week and then went to read through what Apple wants you to do before submitting it. That was a mistake, I should have read that stuff first and would have caught a bunch of things I did wrong like using Vimeo instead HTTP Live Stream for my video.
The last part is to test to see if an internet connection exists. So I downloaded the Reachability class from the Apple sample code.
In the sample Apple provided there are a lot of items (photo included). After looking at everything I see the only thing I need to import in to my project are the,
Reachability.h
Reachability.m
and instantiate an object from that Class. I don't think I need the the ReachabilityAppDelegate.h or .m and those are used for the demo project?
Thanks.
The last part is to test to see if an internet connection exists. So I downloaded the Reachability class from the Apple sample code.
In the sample Apple provided there are a lot of items (photo included). After looking at everything I see the only thing I need to import in to my project are the,
Reachability.h
Reachability.m
and instantiate an object from that Class. I don't think I need the the ReachabilityAppDelegate.h or .m and those are used for the demo project?
Thanks.