On iOS:
if (Platform.OS === "ios") { Mixpanel.disableIpAddressGeolocalization(); }
On Android you just need to add to the AndroidManifest file: <meta-data android:name="com.mixpanel.android.MPConfig.UseIpAddressForGeolocation" android:value="false" />
On iOS:
if (Platform.OS === "ios") { Mixpanel.disableIpAddressGeolocalization(); }
On Android you just need to add to the AndroidManifest file:
<meta-data android:name="com.mixpanel.android.MPConfig.UseIpAddressForGeolocation" android:value="false" />