How can I remove my app temporarily from the Apple App Store?

In the iTunes Connect’s > Pricing and Availability section you can easily switch between Available in all territories or Availability regions (0 of 175 countries or regions) Remove from sale After selecting the right one you can just hit the Save button. It will not be removed or added immediately, it takes some time to … Read more

iOS : Testflight No build available for external testers

External Testers can only test builds that have passed Apple’s Beta Review process (similar to the App Store Review process). Each new version of the App must go through this process, however subsequent builds for the same version will not require review once the initial review process succeeds. Internal Testers do not have this limitation. … Read more

iPhone reachability checking

From your screen shot, it seems like you do not have Reachability added to your project. You must download Reachability from Apple: https://developer.apple.com/library/content/samplecode/Reachability/Introduction/Intro.html And add both .h and .m files to your project. Update: You noted you have Reachability. But looking at the most recent version, I can see why you have the errors you … Read more