I've been searching for a way to get the Public IP address with C# in Xamarin Android,IOS and WPF without calling an external API. I need to be able to get the users IP Address without calling an external API because waiting for response from an external API may take a time and my Apps are very dependent on getting the users IP address.
Asked
Active
Viewed 920 times
0
-
What qualifies as an "external API"? External to *what*? – May 16 '17 at 18:55
-
@Amy A web API specifically. – user2721794 May 16 '17 at 18:56
-
1Possible duplicate of [Retrieve IP address of device](http://stackoverflow.com/questions/21615022/retrieve-ip-address-of-device) – May 16 '17 at 20:04