Developers

Client SDK: Direct Url Routing

iOS

This document explains the changes you may need to make to support the October 1st, 2024 update regarding Direct URL Routing.

If your application uses data for tracking as defined by Apple, you must add the new native tracking endpoints to your privacy manifest alongside the previous endpoints. This is to adhere to Apple’s privacy manifest policies and no testing is required. All mParticle iOS SDKs that support privacy manifests (starting at v8.19.0+) also support Direct URL Routing.

If your application does not use data for tracking as defined by Apple, you do not need to make any changes for this update. Please do not add the new endpoints to your privacy manifest unless your application does tracking as defined by Apple.

Previous Endpoint Subdomain New Endpoint Subdomain Starting October 1st, 2024
https://nativesdks.mparticle.com https://nativesdks.[pod].mparticle.com
https://identity.mparticle.com https://identity.[pod].mparticle.com
https://tracking-nativesdks.mparticle.com https://tracking-nativesdks.[pod].mparticle.com
https://tracking-identity.mparticle.com https://tracking-identity.[pod].mparticle.com
https://config2.mparticle.com No change (Used to fetch the SDK/configuration))

Was this page helpful?