From 2191ea1d7ec2ff5db04e48181c02e50c5c339109 Mon Sep 17 00:00:00 2001 From: Tony Million Date: Mon, 20 Apr 2015 11:13:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba903bb..5cdbdbb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Reference Status](https://www.versioneye.com/objective-c/reachability/reference_badge.svg?style=flat)](https://www.versioneye.com/objective-c/reachability/references) +# **WARNING** there have been reports of apps being rejected when Reachability is used in a framework. The only solution to this so far is to rename the class. + # Reachability This is a drop-in replacement for Apple's `Reachability` class. It is ARC-compatible, and it uses the new GCD methods to notify of network interface changes.