From ae9c6527a22166283ed0d2054014606227e82d29 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Wed, 29 Jun 2016 02:18:44 -0400 Subject: [PATCH] [systemconfiguration] Small update for iOS 10 beta 1 (#312) It looks like Apple reverted the deprecation of the API (maybe due to lack of alternatives for some?) --- src/SystemConfiguration/CaptiveNetwork.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SystemConfiguration/CaptiveNetwork.cs b/src/SystemConfiguration/CaptiveNetwork.cs index c72bebe696..6942e42bc7 100644 --- a/src/SystemConfiguration/CaptiveNetwork.cs +++ b/src/SystemConfiguration/CaptiveNetwork.cs @@ -19,7 +19,6 @@ namespace XamCore.SystemConfiguration { // http://developer.apple.com/library/ios/#documentation/SystemConfiguration/Reference/CaptiveNetworkRef/Reference/reference.html // CaptiveNetwork.h - [Availability (Deprecated = Platform.iOS_9_0, Message = "Use NEHotspotHelper")] public static partial class CaptiveNetwork { #if !MONOMAC