Configuring Custom SDK Endpoints
Point the Luciq iOS SDK at a custom cluster endpoint, such as a regional EU cluster or a dedicated deployment, using a LuciqConfig.plist file.
Prerequisites
Configure the endpoints
Step 1: Add the configuration file
Step 2: Set the endpoint keys
Key
Description
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SDKBaseURL</key>
<string>https://YOUR-SDK-ENDPOINT</string>
<key>APMBaseURL</key>
<string>https://YOUR-APM-ENDPOINT</string>
</dict>
</plist>Step 3: Validate the configuration
EU cluster
Key
EU endpoint
Last updated