Xamarin iOS IPv6 App Store Rejection
问题 We have been building a iOS app that is about Client - Server App. We are using an SQL connection and WCF web services in the iOS app with Xamarin. SQL Connection Code : String ips = "10.0.0.1" ; //Example. SqlConnection con = new SqlConnection(@"Data Source=" + ips + "; initial Catalog="x";user id =y;password = z;"); Apple decided to use only ipv6 on iOS9, so they published a document about IPv6 compatibility - IPv6 Documentation Xamarin published a blog post about this too - Making Your iOS