On 8 Nov 2012, at 04:20, MaurĂcio Linhares <[email protected]> wrote:
> Any hints? > > I just need something like "en0", "vl0", just the identifier of the > currently connected network. Is there a function that is going to give > me this information? Check out the docs for SCNetworkConfiguration, SCNetwork and SCNetworkReachability. You can monitor the current network reachability status using the reachability sample code http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html Regards Jonathan Mitchell Mugginsoft LLP _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
