### Description See https://posthog.com/docs/cdp/geoip-enrichment#how-do-i-skip-events-without-applying-geoip-enrichment The same applies to Mobile if you don't want the server to infer the user's IP addresses. If `disableGeoip` is enabled, set`$geoip_disable: true` to the props. Another option is to disable via project config https://us.posthog.com/project/$projectId/settings/project#datacapture Or https://us.posthog.com/project/$projectId/pipeline/transformations GeoIP - iOS (https://github.com/PostHog/posthog-ios/issues/153) - Android (this issue) - Flutter (https://github.com/PostHog/posthog-flutter/issues/424) - RN
Description
See https://posthog.com/docs/cdp/geoip-enrichment#how-do-i-skip-events-without-applying-geoip-enrichment
The same applies to Mobile if you don't want the server to infer the user's IP addresses.
If
disableGeoipis enabled, set$geoip_disable: trueto the props.Another option is to disable via project config https://us.posthog.com/project/$projectId/settings/project#datacapture
Or
https://us.posthog.com/project/$projectId/pipeline/transformations
GeoIP
disableGeoipconfig posthog-ios#153)disableGeoipconfig posthog-flutter#424)