issues
search
segmentio
/
analytics-ios
The hassle-free way to integrate analytics into any iOS application.
https://segment.com/libraries/ios
MIT License
399
stars
334
forks
source link
Data Residency Changes
#973
Closed
bsneed
closed
3 years ago
bsneed
commented
3 years ago
Adds support for data residency.
New configuration constructor option to allow for a default API host to be supplied.
New configuration property,
apiHost
to retrieve the host in use.
ApiHost can be picked up from
/settings
endpoint and stored for future requests.
Fixed issue where
defaultSettings
might be read and/or stored incorrectly.
Fixed some project warnings in Xcode 12
bsneed
commented
3 years ago
This also fixes #972
apiHost
to retrieve the host in use./settings
endpoint and stored for future requests.defaultSettings
might be read and/or stored incorrectly.